update ecosystem.json with new grunt path

This commit is contained in:
David Baldwynn 2016-04-12 01:11:58 -04:00
parent 298767f5ec
commit 8eb1afa7a3

View File

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