mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2026-02-04 06:42:07 +00:00
chore(workflows): update CI
This commit is contained in:
@@ -21,7 +21,7 @@ DB_PORT="${POSTGRES_PORT:=5432}"
|
||||
DB_HOST="${POSTGRES_HOST:=localhost}"
|
||||
|
||||
if [[ -z "${SKIP_DOCKER}" ]]; then
|
||||
doas docker run\
|
||||
docker run\
|
||||
-e POSTGRES_USER=${DB_USER}\
|
||||
-e POSTGRES_PASSWORD=${DB_PASSWORD}\
|
||||
-e POSTGRES_DB=${DB_NAME}\
|
||||
|
||||
Reference in New Issue
Block a user