Browse Source

🔧 config

main
Louis Dutoit 6 years ago
parent
commit
237a307f41
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -68,7 +68,7 @@ jobs:
- run: - run:
name: Smoke Test name: Smoke Test
command: | command: |
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://devops-final-heroku.herokuapp.com//`
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://devops-final-heroku.herokuapp.com/`
if [[ "$HTTPCODE" -ne 200 ]]; then if [[ "$HTTPCODE" -ne 200 ]]; then
echo "heroku app not responding, failing deploy" \ echo "heroku app not responding, failing deploy" \
exit 1; \ exit 1; \

Loading…
Cancel
Save