diff --git a/ecosystem.json b/ecosystem.json index 1ab054bc..8b387550 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; grunt build; pm2 startOrRestart ecosystem.json --env production", + "post-deploy" : "npm install && pm2 startOrRestart ecosystem.json --env production", "env" : { "NODE_ENV": "production", "BASE_URL": "stage.tellform.com"