Fix postgres

This commit is contained in:
awieczarek 2024-10-20 11:51:57 +02:00
parent 449b5ecc11
commit 41bea0ceac

View File

@ -1,11 +1,11 @@
setup:
addons:
- plan: heroku-postgresql
as: DATABASE
build: build:
docker: docker:
web: Dockerfile web: Dockerfile
run: run:
web: /usr/local/bin/gitea web -port $PORT web: /usr/local/bin/gitea web -port $PORT
setup:
addons:
- plan: heroku-postgresql
as: DATABASE