Browse Source

脚本

master
leiyun 10 months ago
parent
commit
a97eabbd3c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      restart.sh

+ 1
- 0
restart.sh View File

@@ -0,0 +1 @@
git checkout master && git fetch --all && git reset --hard origin/master && git pull && cnpm i && npm run compile && pm2 restart ssl && pm2 list

Loading…
Cancel
Save