1
0

updated ecosystem.json

This commit is contained in:
David Baldwynn 2016-05-20 13:13:10 -07:00
parent c059e0e6da
commit a683ed23da

View File

@ -10,7 +10,7 @@
"ref" : "origin/stage",
"repo" : "git@github.com:whitef0x0/tellform.git",
"path" : "/opt/deploy",
"post-deploy" : "npm install && bower install && pm2 startOrRestart ecosystem.json --env production",
"post-deploy" : "npm install && bower install; grunt build; pm2 startOrRestart ecosystem.json --env production",
"env" : {
"NODE_ENV": "production",
"BASE_URL": "stage.tellform.com"