update pipeline
This commit is contained in:
parent
3e76d80f74
commit
3f900f1063
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ before_script:
|
|||
deploy_staging:
|
||||
stage: deploy
|
||||
script:
|
||||
- ssh $SSH_SERVER "cd /root && docker-compose up -d shbot && exit"
|
||||
- ssh $SSH_SERVER "cd /root && docker-compose pull shbot && docker-compose up -d shbot && exit"
|
||||
only:
|
||||
- master
|
||||
|
Loading…
Reference in a new issue