pm2/test.json
2014-06-20 19:25:04 +02:00

22 lines
437 B
JSON

{
"apps" : [{
"name" : "test.json",
"script" : "test.json.js",
"options": [""]
}],
"deploy" : {
"production" : {
"user" : "node",
"host" : "212.83.163.1",
"repo" : "git@github.com:repo.git",
"path" : "/var/www/production"
},
"dev" : {
"user" : "node",
"host" : "212.83.163.1",
"repo" : "git@github.com:repo.git",
"path" : "/var/www/development"
}
}
}