From 8eb1afa7a34740c1c2e00e62e5c0c93746e80382 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 12 Apr 2016 01:11:58 -0400 Subject: [PATCH] update ecosystem.json with new grunt path --- ecosystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.json b/ecosystem.json index 1602c04d..10480ede 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -1,7 +1,7 @@ { "apps" : [{ "name" : "tellform", - "script" : "/usr/bin/grunt", + "script" : "/usr/local/lib/node_modules/grunt", "args" : "['production']" }], "deploy" : {