Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ilya 2022-04-07 05:02:31 +03:00
commit 3412a01dfe

View File

@ -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