(ci) do not block on deploy jobs

This commit is contained in:
Valentyne Stigloher 2024-10-29 12:07:46 +01:00
parent 56026bd400
commit 9dcb5e965d

View File

@ -21,6 +21,7 @@
- chmod 644 ~/.ssh/known_hosts
script:
- ssh $SSH_USER@$SSH_HOST "cd ~/www/$ENVIRONMENT_DOMAIN; deployer deploy $CI_COMMIT_SHA"
allow_failure: true
timeout: 10m
.deploy-staging: &deploy-staging