Update .gitlab-ci.yml file
This commit is contained in:
parent
bdcd2ba741
commit
a2057da863
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue