update ecosystem.json with correct grunt bin

This commit is contained in:
David Baldwynn 2016-04-12 01:15:25 -04:00
parent 8eb1afa7a3
commit 52cf7c01bb

View File

@ -1,8 +1,7 @@
{
"apps" : [{
"name" : "tellform",
"script" : "/usr/local/lib/node_modules/grunt",
"args" : "['production']"
"script" : "/usr/local/bingrunt",
}],
"deploy" : {
"production" : {