From a683ed23da2093031bcf3fbcae1367695f46cdad Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 20 May 2016 13:13:10 -0700 Subject: [PATCH] updated ecosystem.json --- ecosystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"