From 52cf7c01bbdf5e3aa2e09d26eda88fce588c4817 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 12 Apr 2016 01:15:25 -0400 Subject: [PATCH] update ecosystem.json with correct grunt bin --- ecosystem.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ecosystem.json b/ecosystem.json index 10480ede..14d7da4e 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -1,8 +1,7 @@ { "apps" : [{ "name" : "tellform", - "script" : "/usr/local/lib/node_modules/grunt", - "args" : "['production']" + "script" : "/usr/local/bingrunt", }], "deploy" : { "production" : {