Update .gitlab-ci.yml

This commit is contained in:
Ilya 2022-03-26 22:06:13 +00:00
parent b3f83df53f
commit 6b9a89e93e

View File

@ -26,4 +26,5 @@ deploy_prod:
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot || echo "Already exists" - git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot || echo "Already exists"
- git chechout -b "tmp" || echo "Already exist"
- git push dokku HEAD:master - git push dokku HEAD:master