diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa6cf4d..19eb4b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file