diff --git a/ecosystem.json b/ecosystem.json index 18386892..1ab054bc 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -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"