diff --git a/restart.sh b/restart.sh new file mode 100644 index 0000000..930a3b4 --- /dev/null +++ b/restart.sh @@ -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 \ No newline at end of file