From e91aef1d96b277dc7b8b0520d7ce603b601587f0 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Tue, 1 Dec 2020 15:43:18 +0100 Subject: [PATCH] just trying to raw enter keys to see if they pass this way --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e33505..aa99943 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,11 +121,11 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku/$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: git push https://heroku/a23fc7f2-9b0e-4353-b5b2-2be01d2978fd@git.heroku.com/fast-hollows-96925.git main - run: name: Smoke Test command: | - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` + HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://fast-hollows-96925.herokuapp.com/` if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1 @@ -166,6 +166,8 @@ workflows: branches: only: main - server-doc-deploy: + context: + - HEROKU requires: - server-doc-build filters: