diff --git a/.circleci/config.yml b/.circleci/config.yml index 91aaef4..25c9fcf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,8 +56,7 @@ jobs: - branch: main - run: name: Heroku deploy - command: | - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git - run: name: Smoke test command: |