1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
#!/bin/sh |
||||
|
|
||||
|
git pull origin master |
||||
|
yarn --production=false |
||||
|
gulp build |
||||
|
|
||||
|
./stop-production |
||||
|
./start-production |
Loading…
Reference in new issue