mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add POSTGRES_PASSWORD to circleci config
This commit is contained in:
parent
17d3cd3eab
commit
5c8b91000e
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_DB: test_database
|
POSTGRES_DB: test_database
|
||||||
|
POSTGRES_PASSWORD: mysecretpassword
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue