diff --git a/.circleci/config.yml b/.circleci/config.yml index f1da9d8..634164d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: command: git config --global push.default matching - run: name: Deploy main to heroku - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git:main - run: name: Smoke test