fix: Traefik acme.json v2
Some checks failed
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Failing after 5s
Deploy to Staging / Verify Staging (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Has been skipped
Deploy to Staging / Notify Staging Failure (push) Successful in 5s

This commit is contained in:
Eric Gullickson
2025-12-30 13:14:04 -06:00
parent e5837dfd75
commit 9c0fafddb3

View File

@@ -127,9 +127,9 @@ jobs:
sudo chmod 755 data/backups data/documents sudo chmod 755 data/backups data/documents
# Traefik acme.json requires 600 permissions # Traefik acme.json requires 600 permissions
if [ ! -f data/traefik/acme.json ]; then if [ ! -f data/traefik/acme.json ]; then
touch data/traefik/acme.json sudo touch data/traefik/acme.json
fi fi
chmod 600 data/traefik/acme.json sudo chmod 600 data/traefik/acme.json
- name: Pull new images - name: Pull new images
run: | run: |