From 12a4a835cda7170c0c8216eee6013a6c001c3a65 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sat, 16 Jan 2021 15:44:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20git=20error=20heroku?= 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 634164d..f1da9d8 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