- 提交 jenkins 构建规则,和 node服务
This commit is contained in:
11
admin-web/config/server/pm2.json
Normal file
11
admin-web/config/server/pm2.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "work-web",
|
||||
"script": "/app/server.prod.js",
|
||||
"instances": "2",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user