From 91d8179276fae83438c2b36dddb7e751f025a040 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Fri, 29 Dec 2023 09:40:19 -0700 Subject: [PATCH] Psql env vars --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9d2587738..9859dcefc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -161,6 +161,10 @@ steps: environment: CARGO_HOME: .cargo_home DATABASE_URL: postgres://lemmy:password@database:5432/lemmy + PGUSER: lemmy + PGPASSWORD: password + PGHOST: database + PGDATABASE: lemmy commands: - diesel migration run # Make sure that the migration works both with and without the `r` schema