From f137446874c7504a58a6447c3b33219774028bc5 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:16:23 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c819f1d..5e2bb9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,7 +107,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:84a6e6ef-89a6-4750-9073-a451f0b53d29@git.heroku.com/damp-sea-12569.git HEAD:main + command: git push https://heroku:$HEROKU_KEY@git.heroku.com/damp-sea-12569.git HEAD:main - run: name: Smoke Test command: |