diff --git a/.circleci/config.yml b/.circleci/config.yml index e83eecc..a05aaca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,7 +130,7 @@ jobs: - setup_dependencies - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/<>.git HEAD:<> + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/<>.git HEAD:main - run: name: Smoke Test command: |