mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"apps" : [{
|
|
"script":"examples/child.js",
|
|
"name":"API-web",
|
|
"instances":3
|
|
},{
|
|
"script":"examples/echo.js",
|
|
"instances":2
|
|
}],
|
|
"deploy" : {
|
|
"production" : {
|
|
"user" : "node",
|
|
"host" : "212.83.163.168",
|
|
"repo" : "git@github.com:Unitech/eip-vitrine.git",
|
|
"path" : "/var/www/test-deploy"
|
|
}
|
|
}
|
|
}
|