- 提交 jenkins 构建规则,和 node服务

This commit is contained in:
sin
2019-03-10 11:47:49 +08:00
parent 19eb551a88
commit 679a087e7c
8 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "work-web",
"script": "/app/server.prod.js",
"instances": "2",
"env": {
"NODE_ENV": "development"
},
"env_production": {
"NODE_ENV": "production"
}
}