From 45b634d5a0759a99aa06df72139fff0567024567 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Wed, 4 Nov 2020 18:58:43 +0100 Subject: [PATCH] . --- .circleci/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c06b5e2..96891ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,13 +36,18 @@ jobs: e2etest: docker: - image: cimg/node:12.18.4 - - image: circleci/postgres:9.6.2-alpine environment: - DATABASE_URL: postgres://antoine_mortelier:psqlpassword@localhost:5432/psdb + DATABASE_URL: postgres://antoine_mortelier:pwd@localhost:5432/psdb JWT_SECRET: some string yo want API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http + - image: circleci/postgres:9.6.2-alpine + environment: + POSTGRES_USER: antoine_mortelier + POSTGRES_DB: psdb + POSTGRES_PASSWORD: pwd + steps: - checkout - restore_cache: