UNPKG

568 BJSONView Raw
1{
2 "apps" : [{
3 "name" : "api",
4 "script" : "./app1/api.js",
5 "instances" : "4"
6 },{
7 "name" : "dev-api",
8 "script" : "./app2/child.js",
9 "instances" : "1"
10 }],
11 "deploy" : {
12 "production" : {
13 "user" : "node",
14 "host" : "212.83.163.168",
15 "repo" : "git@github.com:Unitech/eip-vitrine.git",
16 "path" : "/var/www/test-deploy"
17 },
18 "dev" : {
19 "user" : "node",
20 "host" : "212.83.163.168",
21 "repo" : "git@github.com:Unitech/eip-vitrine.git",
22 "path" : "/var/www/test-dev"
23 }
24 }
25}