Add go.sh

This commit is contained in:
James Harton 2018-04-10 12:47:04 +12:00
parent fca5cac3f5
commit dbdb6c8c66

10
go.sh Executable file
View file

@ -0,0 +1,10 @@
set -e
(cd assets && yarn install)
mix deps.get
mix ecto.migrate
mix phx.server
read -p "Press enter to continue to next step"
git checkout step-7
exec ./go.sh