From e54b8704344121b017065a84c6030526df8b615b Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 11:35:57 +0100 Subject: [PATCH] :construction_worker: update branch --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4503a81..2150c62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: - checkout - run: name: Heroku deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git origin/main - run: name: Smoke test command: |