diff --git a/.circleci/config.yml b/.circleci/config.yml index 3158d0b..8268306 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,10 +49,10 @@ jobs: steps: - checkout - run: - name: Deploy to heroku + name: Deploy main to heroku command: | git config --global push.default matching - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke test command: |