From a549ecf8e029c74f7eaf55ce54bf80ff032599d0 Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 10:57:07 +0100 Subject: [PATCH] mask data --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a467618..a7d674d 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: - run: name: Deploy app command: | - npx netlify-cli deploy --prod --auth=A0KvGFKslxj6YG4Ocxf9ZvvSG7yU00KmqZ1eDxJ09Tk --dir=/tmp/server-doc --site=5ef7c201-b2f5-43c9-b8b6-7495e12e61af + npx netlify-cli deploy --prod --auth=$NETLIFY_APP_AUTH --dir=$SERVER_DOC_DIR --site=$SITE_API_ID back-test-unit: docker: - image: circleci/node:dubnium-browsers @@ -122,7 +122,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:5730951c-f7d5-4cfd-8aea-c0cae3adc0d2@git.heroku.com/whispering-garden-62583.git HEAD:master + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master - run: name: Smoke Test command: ./testMaster-III-TP-CD.sh