{ "apps" : [{ "name" : "tellform", "script" : "/usr/local/bin/grunt", }], "deploy" : { "stage" : { "user" : "polydaic", "host" : "159.203.42.158", "ref" : "origin/master", "repo" : "git@github.com:whitef0x0/tellform.git", "path" : "/opt/deploy", "post-deploy" : "npm install && bower install --allow-root && pm2 startOrRestart ecosystem.json --env production", "env" : { "NODE_ENV": "production", "BASE_URL": "stage.tellform.com" } } } }