From 1996e0776d46d3b12346fd4357eafa5c350c31f5 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 17 Jan 2021 19:30:45 +0100 Subject: [PATCH] :wrench: modif config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 58a41cd..b53984f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ jobs: - checkout - run: name: Deploy main to heroku - command: + command: | git config --global push.default matching git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: