12 lines
173 B
Bash
12 lines
173 B
Bash
|
|
git fetch --all && git reset --hard origin/dev && git pull
|
|
|
|
npm run build_linux
|
|
|
|
cp src/config.json dist/
|
|
|
|
pm2 del heijiao_msg_s0
|
|
|
|
pm2 start dist/js_pm2.config.js
|
|
|
|
pm2 save |