diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 302e53c..16ea6f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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