Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jz committed Dec 11, 2018
1 parent 0769ea5 commit 8b3a7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ deploy_staging:
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
# stop container, remove image.
- ssh deployer@git.chaos.li -vvvvv
- ssh deployer@git.chaos.li "cd /home/web/howto.c3roc.de"
- ssh deployer@git.chaos.li "git pull chaos master" || true
- ssh deployer@git.chaos.li "docker-compose stop" || true
Expand Down

0 comments on commit 8b3a7be

Please sign in to comment.