queerallyear/update.sh
2019-06-17 04:05:55 +02:00

7 lines
98 B
Bash
Executable file

git pull
cd node/tool
npm install
./compile.sh
cd ../server
npm install
forever restart server.js