From e0cad17e4eb7144d87e1393bcccf3bbc1dacf5d8 Mon Sep 17 00:00:00 2001 From: xengi Date: Sun, 15 Feb 2026 13:19:46 +0100 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml Signed-off-by: xengi --- .forgejo/workflows/deploy.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e0b7704..6c41cd8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,7 +9,14 @@ on: jobs: deploy: runs-on: ubuntu-latest - steps: + steps: + - name: System checks + run: | + ip a + ip r + ip -6 r + cat /etc/resolv.conf + - name: Install dependencies run: apk --no-cache add hugo python3 py3-pip git