diff --git a/.circleci/config.yml b/.circleci/config.yml index e02a881..ea6d0e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,11 +68,9 @@ jobs: - image : buildpack-deps:trusty steps: - checkout - staging: - - 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 origin/main - run: name: Smoke test command: |