mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 22:56:07 +08:00
dev
This commit is contained in:
parent
359c76d92b
commit
d706cbad20
|
@ -15,7 +15,7 @@ yarn build-back
|
||||||
echo -e "重新build完成...\n"
|
echo -e "重新build完成...\n"
|
||||||
|
|
||||||
echo -e "重启服务...\n"
|
echo -e "重启服务...\n"
|
||||||
pm2 restart panel || pm2 start $dir_root/build/app.js -n panel 2>/dev/null
|
pm2 restart panel 2>/dev/null || pm2 start $dir_root/build/app.js -n panel
|
||||||
nginx -s reload
|
nginx -s reload
|
||||||
|
|
||||||
echo -e "重启服务完成...\n"
|
echo -e "重启服务完成...\n"
|
Loading…
Reference in New Issue
Block a user