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: run:
web: /usr/local/bin/gitea web -port $PORT web: /usr/local/bin/gitea web -port $PORT
addons: setup:
- plan: heroku-postgresql:hobby-dev addons:
as: DATABASE - plan: heroku-postgresql:hobby-dev
as: DATABASE