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