From db215902232085cad95197b2c149bd920b642a00 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Tue, 1 Dec 2020 17:50:04 +0100 Subject: [PATCH] replace nom en dur par variable --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48ff5bd..852c8d1 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 4bda46fe-7e34-49c2-856e-b836a7678415 + command: npx netlify-cli deploy --prod --dir /tmp/server-doc --message "site deployed" --site $HEROKU_API_KEY 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/calm-island-54504.git HEAD:main - run: name: Smoke Test command: ./heroku_test_dep.sh