Update .gitlab-ci.yml
This commit is contained in:
parent
6e1f811a8f
commit
01c4ddd044
@ -25,6 +25,7 @@ deploy_prod:
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
script:
|
||||
- git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot || echo "Already exists"
|
||||
- git branch -d tmp || echo "Already deleted"
|
||||
- git checkout -b tmp || echo "Already exist"
|
||||
- git checkout tmp || echo "Already exist"
|
||||
#- git checkout tmp || echo "Already exist"
|
||||
- git push dokku HEAD:master
|
||||
|
Reference in New Issue
Block a user