From e8935213635c15872772808834ad8cdaaa7bc1bc Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:23:32 -0700 Subject: [PATCH 1/3] Update app.json --- app.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index b0e60fbc..c153aecd 100644 --- a/app.json +++ b/app.json @@ -41,7 +41,6 @@ } }, "scripts": { - "predeploy": "grunt build", - "postdeploy": "node scripts/create_admin.js" - } + "predeploy": "grunt build" + } } From 86e8fff8ef68c74d45af83609418888dee38d698 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:24:08 -0700 Subject: [PATCH 2/3] Remove admin credentials from app.json --- app.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app.json b/app.json index c153aecd..0603e511 100644 --- a/app.json +++ b/app.json @@ -26,18 +26,6 @@ "description": "Which mailer provider are you using? (i.e. SparkPost, Mandrill, etc)", "value": "Sparkpost", "required": true - }, - "ADMIN_EMAIL": { - "description": "Email of the default admin account", - "required": true - }, - "ADMIN_USERNAME": { - "description": "Username of the default admin account", - "required": true - }, - "ADMIN_PASSWORD": { - "description": "Password of the default admin account", - "required": true } }, "scripts": { From 531e68ebb5fe34abb9df5c8ac20bc92678226da5 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:32:15 -0700 Subject: [PATCH 3/3] Removed grunt build script --- app.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.json b/app.json index 0603e511..83f8c4c4 100644 --- a/app.json +++ b/app.json @@ -27,8 +27,5 @@ "value": "Sparkpost", "required": true } - }, - "scripts": { - "predeploy": "grunt build" } }