added production2 to ecosystem

This commit is contained in:
Jeena 2015-04-02 23:02:51 +02:00
parent 5a4cec5ae8
commit 3283f97f07

View file

@ -39,11 +39,11 @@
"post-deploy" : "npm install && NODE_ENV=production sh scripts/build.sh && pm2 startOrRestart config/ecosystem.json5 --env production"
},
production2 : {
user : "chuck",
host : "fuuuuu.de",
user : "jeena",
host : "chuck2.fuuuuu.de",
ref : "origin/master",
repo : "https://github.com/logsol/chuck.js.git",
path : "/home/chuck/production",
path : "/home/jeena/chuck/production",
"post-deploy" : "npm install && NODE_ENV=production sh scripts/build.sh && pm2 startOrRestart config/ecosystem.json5 --env production"
}
}