From cda5ceba971955daf869baf90b5337f9bc479d96 Mon Sep 17 00:00:00 2001 From: asmigiel Date: Sun, 22 Dec 2024 22:48:06 +0100 Subject: [PATCH] test --- heroku.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/heroku.yml b/heroku.yml index 8f82f5e..f6df591 100644 --- a/heroku.yml +++ b/heroku.yml @@ -3,13 +3,13 @@ setup: - plan: heroku-postgresql as: DATABASE config: - POSTGRES_USER=gitea - POSTGRES_PASSWORD=gitea - POSTGRES_DB=gitea + POSTGRES_USER: "gitea" + POSTGRES_PASSWORD: "gitea" + POSTGRES_DB: "gitea" build: docker: web: Dockerfile run: - web: ./run.sh \ No newline at end of file + web: ./run.sh