From 123ff15b1c779e054c0e0bedbee4a7829212dde1 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 2 Mar 2025 23:44:53 +0100 Subject: [PATCH] Next try for dns update script --- .gitea/workflows/01-update-dns.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/01-update-dns.yml b/.gitea/workflows/01-update-dns.yml index 691f8bf..c893267 100644 --- a/.gitea/workflows/01-update-dns.yml +++ b/.gitea/workflows/01-update-dns.yml @@ -31,4 +31,5 @@ jobs: CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }} run: | source venv/bin/activate - python update_cloudflare_dns.py + pwd && ls -la + python ./update_cloudflare_dns.py