From 6b51ff7e2700813cf414fc525f5694b7f4f2ca27 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 11 Jan 2022 17:42:16 +0100 Subject: [PATCH] :green_heart: Re-Fix deployed heroku branch --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e83eecc..a05aaca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,7 +130,7 @@ jobs: - setup_dependencies - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/<>.git HEAD:<> + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/<>.git HEAD:main - run: name: Smoke Test command: |