store db conn conf in env vars
Some checks failed
ci / build (push) Has been cancelled
ci / Tests & Checks (push) Failing after 14m28s

This commit is contained in:
CJ_Clippy 2025-02-12 23:52:31 -08:00
parent 0bdc501e9a
commit 3cc5609708

View File

@ -57,9 +57,9 @@ jobs:
ports: ports:
- 5432:5432 - 5432:5432
env: env:
POSTGRES_DB: bright_test POSTGRES_DB: ${{ secrets.DB_NAME }}
POSTGRES_USER: postgres POSTGRES_USER: ${{ secrets.DB_USER }}
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: ${{ secrets.DB_PASS }}
opentracker: opentracker:
image: gitea.futureporn.net/futureporn/opentracker:latest image: gitea.futureporn.net/futureporn/opentracker:latest