This commit is contained in:
commit
c9b7c43813
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/debug.yml
Normal file
20
.forgejo/workflows/debug.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
debug:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: debian:bullseye
|
||||||
|
options: --network=host # (Optional)
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Install tools
|
||||||
|
run: apt update && apt install -y iputils-ping curl git
|
||||||
|
|
||||||
|
- name: DNS + Git debug
|
||||||
|
run: |
|
||||||
|
ping -c 2 forgejo.ediv.xyz || true
|
||||||
|
curl -v https://forgejo.ediv.xyz || true
|
||||||
|
git ls-remote https://forgejo.ediv.xyz/alliances-transcoloniales/site || true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue