diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16ea6f1..6b2156e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ deploy_prod: - chmod 644 ~/.ssh/known_hosts script: - git remote add dokku ssh://dokku@$PROD_HOST/exchange-bot || echo "Already exists" - - git push dokku + - git push dokku HEAD:master