Psql env vars

pull/4333/head
dullbananas 5 months ago committed by GitHub
parent c17be517af
commit 91d8179276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save