mirror of
https://github.com/lenaschimmel/queerallyear
synced 2024-11-10 14:04:13 +00:00
7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
git pull
|
|
cd node/tool
|
|
npm install
|
|
./compile.sh
|
|
cd ../server
|
|
npm install
|
|
forever restart server.js
|