From 954029b9268eb03032a3f179f932c3f45172f9fd Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Wed, 4 Nov 2020 14:12:34 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb61467..1f1f915 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,20 +53,19 @@ jobs: database: docker: - -image: cimg/node:12.18 - environment: + - image: cimg/node:12.18 + environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb JWT_SECRET: some string yo want API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - - - image: circleci/prostgres:9.6.2-alpine - environment: - POSTGRES_DB: psdb - POSTGRES_USER: psqluer - + - image: circleci/postgres:9.6.2-alpine + environment: + POSTGRES_USER: psqluer + POSTGRES_DB: psdb + steps: - checkout - restore_cache: