fix: missed a line
All checks were successful
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Successful in 27s
Deploy to Staging / Verify Staging (push) Successful in 5s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

This commit is contained in:
Eric Gullickson
2025-12-30 14:15:54 -06:00
parent 9ef0777928
commit 4e04d3915c

View File

@@ -121,7 +121,7 @@ jobs:
if [ ! -f data/traefik/acme.json ]; then
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: |