From 84101856805cd1e2499679fb0f60d612024449d6 Mon Sep 17 00:00:00 2001 From: Jess Jones Date: Mon, 29 Jul 2024 16:49:17 +0100 Subject: [PATCH] Update app.json Upgrade heroku dyno plan for review apps from default (eco) to basic https://devcenter.heroku.com/articles/app-json-schema#formation --- app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.json b/app.json index 7a757fdda..e33d9d171 100644 --- a/app.json +++ b/app.json @@ -43,5 +43,11 @@ "url": "https://github.com/heroku/heroku-buildpack-ruby" } ], + "formation": { + "web": { + "quantity": 1, + "size": "basic" + } + }, "addons": [] }