skip deploys when triggered by drone
This commit is contained in:
parent
736dee528e
commit
269f02f543
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue