Update .gitlab-ci.yml
This commit is contained in:
parent
b3f83df53f
commit
6b9a89e93e
@ -26,4 +26,5 @@ deploy_prod:
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
script:
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user