From 8c5ced8373c7c92a0c6a46a0eae792a12324f485 Mon Sep 17 00:00:00 2001 From: Tyler Dukes Date: Fri, 24 Feb 2023 16:42:01 -0500 Subject: [PATCH 1/2] fixing dyno spec --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 1c95eac..653f5d2 100644 --- a/app.json +++ b/app.json @@ -42,7 +42,7 @@ "formation": { "web": { "quantity": 1, - "size": "free" + "size": "eco" } }, "buildpacks": [ From 2d49e4166e248e988dc57bee2a463f644cb23d35 Mon Sep 17 00:00:00 2001 From: Tyler Dukes Date: Fri, 24 Feb 2023 16:44:18 -0500 Subject: [PATCH 2/2] removing dyno specification --- app.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app.json b/app.json index 653f5d2..a69547f 100644 --- a/app.json +++ b/app.json @@ -39,12 +39,6 @@ "generator": "secret" } }, - "formation": { - "web": { - "quantity": 1, - "size": "eco" - } - }, "buildpacks": [ { "url": "heroku/nodejs"