added deploy script

master
Andrew Woodlee 2 years ago
parent 23bc4d7820
commit fd0be244bc

@ -0,0 +1,7 @@
#!/bin/sh
git pull prod master
yarn --production=false
gulp build
./restart-production
Loading…
Cancel
Save