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
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:
@@ -121,7 +121,7 @@ jobs:
|
|||||||
if [ ! -f data/traefik/acme.json ]; then
|
if [ ! -f data/traefik/acme.json ]; then
|
||||||
sudo 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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user