From abe3d480d2863f697830a60a08fa3ba1eaa6f204 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Mon, 2 Nov 2020 11:55:25 +0100 Subject: [PATCH] step 4 parse error --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f49378..c7d6730 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,12 +7,12 @@ jobs: build: # name of your job docker: - image: 'cimg/node:14.10.1' - environment: - DATABASE_URL: postgresql://root@localhost/circle_test - JWT_SECRET: something - API_PORT: 3000 - API_HOST: localhost - API_PROTOCOL: http + environment: + DATABASE_URL: postgresql://root@localhost/circle_test + JWT_SECRET: something + API_PORT: 3000 + API_HOST: localhost + API_PROTOCOL: http - image: 'circleci/postgres:9.6.2-alpine' environment: POSTGRES_USER: psqluser