From 1442761e44ee417d28c511cc8173647f74d6f295 Mon Sep 17 00:00:00 2001 From: guidezSeb <57669155+guidezSeb@users.noreply.github.com> Date: Sat, 16 Jan 2021 18:36:51 +0100 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 595b679..b86dabf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,8 +63,7 @@ jobs: - run: name: Deploy main to heroku command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - - - run: + - run: name: Smoke test command: | HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/api/articles`