From 5b5b5f2583de79f56b9c64c2d0a5805d3093f1aa Mon Sep 17 00:00:00 2001 From: verzelea Date: Tue, 1 Dec 2020 16:03:28 +0100 Subject: [PATCH] Refactor: config# --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb3a620..e818798 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku/$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main && heroku open + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main && heroku open - run: name: Smoke Test command: @@ -146,6 +146,7 @@ workflows: requires: - build - back-deploy-heroku: + context: heroku requires: - build - lint @@ -164,6 +165,7 @@ workflows: branches: only: main - server-doc-deploy: + context: heroku requires: - server-doc-build filters: