Update staging deployment scripts

This commit is contained in:
Andrew Miner
2016-04-03 19:39:58 -07:00
parent d69585facd
commit 5895ac6d30
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ while [[ "$1" != "" ]]; do
"--prod") ENVIRONMENT="prod";;
*) die "Please specify environment: --staging or --prod";;
esac
shift
done
git push \