From 5e12888bbd26005f41f15c0da78deb11ed07f16e Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Tue, 1 Dec 2020 18:06:56 +0100 Subject: [PATCH] =?UTF-8?q?variable=20avec=20la=20bonne=20valeur=20=C3=A0?= =?UTF-8?q?=20l'interieur=20c'est=20mieux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cbfcf1a..bd2d3f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: at: /tmp - run: name: Deploy app - command: npx netlify-cli deploy --prod --dir /tmp/server-doc --message "site deployed" --site $HEROKU_API_KEY + command: npx netlify-cli deploy --prod --dir /tmp/server-doc --message "site deployed" --site $NETLIFY_ID back-test-unit: docker: - image: circleci/node:dubnium-browsers @@ -100,7 +100,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:0c182b29-a735-49f6-a653-913f906d3a39@git.heroku.com/calm-island-54504.git HEAD:main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke Test command: ./heroku_test_dep.sh