Commit 82178e71 by 赖慧粮

auto deploy

parent 34d1a64a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"apps": [ "apps": [
{ {
"name": "lottery-test", "name": "lottery-test",
"script": "yarn", "script": "npm",
"args": "run start:dev", "args": "run start:dev",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
{ {
"name": "lottery-pre", "name": "lottery-pre",
"script": "yarn", "script": "npm",
"args": "run start:pre", "args": "run start:pre",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
}, },
{ {
"name": "lottery-prod", "name": "lottery-prod",
"script": "yarn", "script": "npm",
"args": "run start:prod", "args": "run start:prod",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
}, },
{ {
"name": "lottery-cm", "name": "lottery-cm",
"script": "yarn", "script": "npm",
"args": "run start:cm", "args": "run start:cm",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
}, },
{ {
"name": "lottery-vvku", "name": "lottery-vvku",
"script": "yarn", "script": "npm",
"args": "run start:vvku", "args": "run start:vvku",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
}, },
{ {
"name": "lottery-cbn", "name": "lottery-cbn",
"script": "yarn", "script": "npm",
"args": "run start:cbn", "args": "run start:cbn",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
}, },
{ {
"name": "lottery-huawei", "name": "lottery-huawei",
"script": "yarn", "script": "npm",
"args": "run start:huawei", "args": "run start:huawei",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
}, },
{ {
"name": "lottery-cbnclouds", "name": "lottery-cbnclouds",
"script": "yarn", "script": "npm",
"args": "run start:cbnclouds", "args": "run start:cbnclouds",
"instances": "max", "instances": "max",
"exec_mode": "cluster", "exec_mode": "cluster",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment