From b0df9d19c830f4d5371d589b9b048d86373edbd2 Mon Sep 17 00:00:00 2001 From: Adebayo Adepoju Date: Wed, 19 Jul 2023 09:52:04 -0400 Subject: [PATCH] Update app.json This fixes an issue with the auto deploy to heroku. heroku-postgresql:hobby-dev is no longer available. --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index c69fbdb..b5cfd13 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ ], "repository": "https://github.com/strapi/strapi-heroku-template", "addons": [ - "heroku-postgresql:hobby-dev" + "heroku-postgresql:mini" ], "image": "heroku/nodejs", "buildpacks": [ @@ -29,4 +29,4 @@ "required": "true" } } -} \ No newline at end of file +}