diff --git a/heroku.yml b/heroku.yml index 398ea3f..d377d8e 100644 --- a/heroku.yml +++ b/heroku.yml @@ -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