update pipeline

This commit is contained in:
Aaron Riedel 2022-03-07 02:35:57 +01:00
parent 3e76d80f74
commit 3f900f1063
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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