From 11afa8e4e3ea196c3f37ad4b694bda0dbc4a721b Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Sat, 4 Aug 2018 14:00:24 -0700 Subject: [PATCH] Run heroku open after deploy --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 2a992f7..121100b 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -22,3 +22,4 @@ if [[ $STASH_OUTPUT != "No local changes"* ]]; then fi echo -e "\n${GREEN}✔︎ Successfully deployed.${RESET}" +heroku open || true