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