Browse Source

Update config.yml

pull/9/head
LecomteAdrien 6 years ago
parent
commit
954029b926
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -53,7 +53,7 @@ jobs:
database: database:
docker: docker:
-image: cimg/node:12.18
- image: cimg/node:12.18
environment: environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET: some string yo want JWT_SECRET: some string yo want
@ -61,11 +61,10 @@ jobs:
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http
- image: circleci/prostgres:9.6.2-alpine
environment:
POSTGRES_DB: psdb
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: psqluer POSTGRES_USER: psqluer
POSTGRES_DB: psdb
steps: steps:
- checkout - checkout

Loading…
Cancel
Save