From a59b0ecf7661efa42ef1afb58a7df8bfcdaa220c Mon Sep 17 00:00:00 2001 From: Gianni Giudice <45078018+GianniGiudice@users.noreply.github.com> Date: Tue, 1 Dec 2020 17:41:59 +0100 Subject: [PATCH] =?UTF-8?q?env=20name=20=C3=A0=20la=20place=20des=20valeur?= =?UTF-8?q?s=20en=20dur?= 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 b8893be..4d810cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,7 +101,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:900f5ff9-6b73-4d45-ab2e-d16b6268d231@git.heroku.com/morning-mountain-84049.git HEAD:main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke Test