Browse Source

relance

main
Gianni Giudice 6 years ago
parent
commit
50e1667994
  1. 2
      test.sh

2
test.sh

@ -3,4 +3,4 @@ HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.heroku
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
fi
fi
Loading…
Cancel
Save