mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:14:03 +00:00
Change environment to env
This commit is contained in:
parent
b66a163393
commit
8a7c78fd53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
image: 'postgres:latest'
|
image: 'postgres:latest'
|
||||||
ports:
|
ports:
|
||||||
- '5432/tcp'
|
- '5432/tcp'
|
||||||
environment:
|
env:
|
||||||
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
||||||
PGPORT: '${POSTGRES_PORT:-5432}'
|
PGPORT: '${POSTGRES_PORT:-5432}'
|
||||||
POSTGRES_DB: main
|
POSTGRES_DB: main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue