From 86de64e1a3d8381964834cfde22f469572a97618 Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Tue, 1 Dec 2020 18:22:31 +0100 Subject: [PATCH] var --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83d5d46..3ae1b68 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 from circle ci" --site 0bdd875a-a10f-438b-919e-c0a78d6e3adc + command: npx netlify-cli deploy --prod --dir /tmp/server-doc --message "site deployed from circle ci" --site $NETLIFY_API_KEY back-test-unit: docker: - image: circleci/node:dubnium-browsers @@ -101,7 +101,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:ce43f66e-6842-4fe8-ab4f-37ae8833ea0f@git.heroku.com/fierce-atoll-83490.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: ./dep_heroku.sh