From ba74b172abe2cd4b7bc93f85ce5a8345290a8983 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 3 Dec 2020 16:58:38 +0100 Subject: [PATCH] Delete test.sh --- test.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test.sh diff --git a/test.sh b/test.sh deleted file mode 100644 index ce82ca7..0000000 --- a/test.sh +++ /dev/null @@ -1,5 +0,0 @@ -HTTPCODE=echo $(`curl -s -o /dev/null -w "%{http_code}" https://salty-journey-63595.herokuapp.com/` | tr -d ' ') -if [ "$HTTPCODE" -ne 200 ];then - echo "heroku app not responding, failing deploy" - exit 1 -fi \ No newline at end of file