Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3412a01dfe
@ -25,6 +25,7 @@ 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 branch -d tmp || echo "Already deleted"
|
||||||
- git checkout -b tmp || echo "Already exist"
|
- git checkout -b tmp || echo "Already exist"
|
||||||
- git checkout tmp || echo "Already exist"
|
#- git checkout tmp || echo "Already exist"
|
||||||
- git push dokku HEAD:master
|
- git push dokku HEAD:master
|
||||||
|
Reference in New Issue
Block a user