Browse Source

step 4 parse error

main
guidezSeb 6 years ago
parent
commit
abe3d480d2
  1. 12
      .circleci/config.yml

12
.circleci/config.yml

@ -7,12 +7,12 @@ jobs:
build: # name of your job build: # name of your job
docker: docker:
- image: 'cimg/node:14.10.1' - 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' - image: 'circleci/postgres:9.6.2-alpine'
environment: environment:
POSTGRES_USER: psqluser POSTGRES_USER: psqluser

Loading…
Cancel
Save