4 lines
78 B
Bash
4 lines
78 B
Bash
|
#node main.js > /dev/null 2>&1 &
|
||
|
git pull
|
||
|
node_modules/.bin/pm2 start main.js
|