From a0b05f26adc297dd2b1ed5cc3147ab4e8fda4240 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 15:29:56 +0100 Subject: [PATCH] :construction_worker: change to origin/main --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5851cb..b316631 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git origin/main - run: name: Smoke test command: |