Update .gitlab-ci.yml

This commit is contained in:
Ilya 2022-03-26 21:43:45 +00:00
parent 487fba7a48
commit 17f246edd8

View File

@ -24,5 +24,5 @@ deploy_prod:
- ssh-keyscan $PROD_HOST >> ~/.ssh/known_hosts - ssh-keyscan $PROD_HOST >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot - git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot || echo "Already exists"
- git push dokku - git push dokku