From d3b202ab5c2cf6511f1035d38f71b9dc26e14755 Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 5 Jan 2021 16:49:32 +0100 Subject: [PATCH] :pencil2: Fix typo CI Heroku from Upper to lower case --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d05d93c..f410b86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: - run: name: Deploy to heroku command: | - 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.herokuapp.com - run: name: Smoke test command: |