Update .gitlab-ci.yml file

This commit is contained in:
Aaron Riedel 2022-03-06 10:42:50 +00:00
parent bdcd2ba741
commit a2057da863

View file

@ -41,7 +41,7 @@ before_script:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
deploy_staging: deploy_staging:
type: deploy stage: deploy
script: script:
- ssh $SSH_SERVER "cd /root && docker-compose up -d bot && exit" - ssh $SSH_SERVER "cd /root && docker-compose up -d bot && exit"
only: only: