From 4680eeefe4428c383397bbf622457b986badbf01 Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 18:21:43 +0100 Subject: [PATCH] :green_heart: remove smoke test --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94bbf42..6bcb54e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,14 +106,6 @@ jobs: - run: name: Heroku Deploy command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - - run: - name: Smoke Test - command: |- - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` - if [ "$HTTPCODE" -ne 200 ];then - echo "heroku app not responding, failing deploy" - exit 1 - fi workflows: version: 2