From abf26acf6b8025d6b09eccc1c01b1413c3554bf0 Mon Sep 17 00:00:00 2001 From: awieczarek Date: Sun, 20 Oct 2024 11:18:44 +0200 Subject: [PATCH] Fix postgres --- heroku.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/heroku.yml b/heroku.yml index a621d96..398ea3f 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,8 +1,3 @@ -setup: - addons: - - plan: heroku-postgresql - as: DATABASE - build: docker: web: Dockerfile @@ -10,3 +5,6 @@ build: run: web: /usr/local/bin/gitea web -port $PORT +addons: + - plan: heroku-postgresql:hobby-dev + as: DATABASE