From e8208b085aa3f9edee75aa13036da78600d1d58b Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 20 May 2016 12:52:18 -0700 Subject: [PATCH] added ecosystem.json to .gitignore --- .gitignore | 2 +- ecosystem.json | 44 -------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 ecosystem.json diff --git a/.gitignore b/.gitignore index 539ff70e..f3200f0a 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -ecosystem.js +ecosystem.json public/dist/ npm-debug.* docs/Oscar_Credentials.md diff --git a/ecosystem.json b/ecosystem.json deleted file mode 100644 index efa6ff85..00000000 --- a/ecosystem.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "apps" : [{ - "name" : "tellform", - "script" : "/usr/local/bin/grunt", - }], - "deploy" : { - "stage" : { - "user" : "polydaic", - "host" : "159.203.42.158", - "ref" : "origin/master", - "repo" : "git@github.com:whitef0x0/tellform.git", - "path" : "/opt/deploy", - "post-deploy" : "npm install && bower install && pm2 startOrRestart ecosystem.json --env production", - "env" : { - "NODE_ENV": "production", - "BASE_URL": "stage.tellform.com" - } - }, - "prod" : { - "user" : "polydaic", - "host" : "159.203.33.182", - "ref" : "origin/master", - "repo" : "git@github.com:whitef0x0/tellform.git", - "path" : "/opt/deploy", - "post-deploy" : "npm install && bower install && pm2 startOrRestart ecosystem.json --env production", - "env" : { - "NODE_ENV": "production", - "BASE_URL": "admin.tellform.com" - } - }, - "kmc" : { - "user" : "polydaic", - "host" : "159.203.2.71", - "ref" : "origin/master", - "repo" : "git@github.com:whitef0x0/tellform.git", - "path" : "/opt/deploy", - "post-deploy" : "npm install && bower install && pm2 startOrRestart ecosystem.json --env production", - "env" : { - "NODE_ENV": "production", - "BASE_URL": "kmc.tellform.com" - } - } - } -}