From 5cc84897d3735680981d7dea14deea2fd3f168d5 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 15:24:35 +0100 Subject: [PATCH] :construction_worker: change mode branch --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cd0de3..b357600 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 origin/main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke test command: | @@ -111,7 +111,7 @@ jobs: echo "heroku app not responding, failing deploy" \ exit 1; \ fi - + docker-build-and-push: working_directory: /dockerapp docker: