From a84e6e27e656b2d26e384a955c6cb9eec5fb728d Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 14:15:31 +0100 Subject: [PATCH] :construction_worker: update cmd run --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 636d5d9..1f93aaa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,7 +75,8 @@ jobs: - run: name: Heroku deploy command: | - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main + git config --global push.default matching + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke test command: |