From 9c0fafddb31e1dff83410b80a45779bd1a1f3b4a Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:14:04 -0600 Subject: [PATCH] fix: Traefik acme.json v2 --- .gitea/workflows/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/production.yaml b/.gitea/workflows/production.yaml index 2123ff8..9714ec0 100644 --- a/.gitea/workflows/production.yaml +++ b/.gitea/workflows/production.yaml @@ -127,9 +127,9 @@ jobs: sudo chmod 755 data/backups data/documents # Traefik acme.json requires 600 permissions if [ ! -f data/traefik/acme.json ]; then - touch data/traefik/acme.json + sudo touch data/traefik/acme.json fi - chmod 600 data/traefik/acme.json + sudo chmod 600 data/traefik/acme.json - name: Pull new images run: |