From bd29251ad0a497679bccff3235ba860ca8d71a9c Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Wed, 6 Jan 2021 00:56:05 +0100 Subject: [PATCH] :green_heart: gunicorn/20.0.4 responding on get /api/articles => remove smoke test gunicorn/20.0.4 --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea306d8..36ac999 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,15 +116,6 @@ jobs: - run: name: Heroku Deploy command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - - - run: - name: Smoke Test - command: | - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/api/articles` - if [ "$HTTPCODE" -ne 200 ]; then - echo "heroku app not responding, failing deploy" - exit 1 - fi workflows: version: 2 build-back-deploy: