From 5e0b12af98acbd73d05e3e2b589005838c769e2a Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:12:22 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 701210a..c042463 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,11 +59,14 @@ jobs: username: henriboulnois password: $DOCKERHUB_PASSWORD environment: - DATABASE_URL: postgres://test:test@localhost:5432/psdb + DATABASE_URL: postgres://POSTGRES_USER:POSTGRES_PSW@localhost:5432/psdb - image: circleci/postgres:9.6.5-alpine-ram auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD + environment: + POSTGRES_USER: user + POSTGRES_PSW: user steps: - checkout - restore_cache: