From c354aa9ddc284ae35e47ad463a8fd4f2baeecb1c Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 5 Jan 2021 16:59:14 +0100 Subject: [PATCH] :green_heart: Fix git push branch --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3158d0b..8268306 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,10 +49,10 @@ jobs: steps: - checkout - run: - name: Deploy to heroku + name: Deploy main to heroku command: | git config --global push.default matching - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke test command: |