From 4057808b5ef42647f3e418d28541a95c2edc6984 Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 5 Jan 2021 16:53:45 +0100 Subject: [PATCH] :green_heart: Fix git for heroku deployment --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f410b86..3158d0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,6 +51,7 @@ jobs: - run: name: Deploy to heroku command: | + git config --global push.default matching git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com - run: name: Smoke test