From 915f2d24d62058c9e844d071932f1ca3446ce5cb Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sat, 16 Jan 2021 14:55:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20error=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1da9d8..634164d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: command: git config --global push.default matching - run: name: Deploy main to heroku - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git:main - run: name: Smoke test