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