From 3f900f106322a72a1580e667b23f4ece79889169 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 7 Mar 2022 02:35:57 +0100 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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