Fix postgres

This commit is contained in:
awieczarek 2024-10-20 11:19:33 +02:00
parent abf26acf6b
commit 999438e074

View File

@ -5,6 +5,7 @@ build:
run:
web: /usr/local/bin/gitea web -port $PORT
addons:
- plan: heroku-postgresql:hobby-dev
as: DATABASE
setup:
addons:
- plan: heroku-postgresql:hobby-dev
as: DATABASE