From a2057da863011e739a11873dc499084fc9df99b2 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 6 Mar 2022 10:42:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14156eb..6a29363 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ before_script: - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' deploy_staging: - type: deploy + stage: deploy script: - ssh $SSH_SERVER "cd /root && docker-compose up -d bot && exit" only: