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