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