diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f30ac0..176b425 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,7 +127,7 @@ jobs: - run: name: Heroku Deploy command: | - git push https://github.com/Jeffyshewan/M1TP-CD.git main + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke Test command: echo todo && false