From e7638d174720370e1aa3e4153ab52acbd2018d86 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 11:48:58 +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 2150c62..4503a81 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 origin/main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke test command: |