pull with spcial git command in drone.yml [ci skip]
This commit is contained in:
parent
58cce086ba
commit
bcc9599435
1 changed files with 2 additions and 1 deletions
|
|
@ -110,4 +110,5 @@ steps:
|
|||
- "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 pull --rebase origin master && GIT_SSH_COMMAND='ssh -i ./secrets/deploy_key -o IdentitiesOnly=yes' git push origin master"
|
||||
- "GIT_SSH_COMMAND='ssh -i ./secrets/deploy_key -o IdentitiesOnly=yes' git pull --rebase origin master"
|
||||
- "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