skip deploys when triggered by drone

This commit is contained in:
viktorbarzin 2021-02-19 19:36:28 +00:00
parent 736dee528e
commit 269f02f543

View file

@ -65,5 +65,5 @@ steps:
- 'chmod 400 secrets/deploy_key'
- "git add ."
- "git remote set-url origin git@github.com:ViktorBarzin/infra.git"
- "git commit -m 'Drone CI Update TLS Certificates Commit' || echo 'No changes'"
- "git commit -m 'Drone CI Update TLS Certificates Commit [CI SKIP]' || echo 'No changes'"
- "GIT_SSH_COMMAND='ssh -i ./secrets/deploy_key -o IdentitiesOnly=yes' git push origin master"