新版集成jenkins的打包方案完成

This commit is contained in:
aixianling
2024-10-17 18:12:12 +08:00
parent 91ca77ffa8
commit 6532b66240
3 changed files with 141 additions and 50 deletions

View File

@@ -4,7 +4,7 @@
"description": "node服务端",
"main": "index.js",
"scripts": {
"dev": "pm2 restart pm2.config.js --only dev --attach",
"dev": "nodemon index.js",
"pro": "pm2 restart pm2.config.js --only oms-node",
"deploy": "pm2 deploy pm2.config.js production",
"stop": "pm2 delete all"