Run heroku open after deploy

This commit is contained in:
Brian Beck 2018-08-04 14:00:24 -07:00
parent 80495a33f0
commit 11afa8e4e3

View file

@ -22,3 +22,4 @@ if [[ $STASH_OUTPUT != "No local changes"* ]]; then
fi
echo -e "\n${GREEN}✔︎ Successfully deployed.${RESET}"
heroku open || true