From d5601e2c5f2c722efd4fbd5baeb0a1800c054a53 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Tue, 1 Dec 2020 15:52:46 +0100 Subject: [PATCH] typo in heroku url --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa99943..bca4fe4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,8 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku/a23fc7f2-9b0e-4353-b5b2-2be01d2978fd@git.heroku.com/fast-hollows-96925.git main + command: | + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke Test command: |