Update .gitlab-ci.yml
This commit is contained in:
parent
487fba7a48
commit
17f246edd8
@ -24,5 +24,5 @@ deploy_prod:
|
||||
- ssh-keyscan $PROD_HOST >> ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
script:
|
||||
- git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot
|
||||
- git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot || echo "Already exists"
|
||||
- git push dokku
|
||||
|
Reference in New Issue
Block a user