Browse Source

Updated config.yml

main
Adrien-Ba 5 years ago
parent
commit
fceacecb7a
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -68,7 +68,7 @@ jobs:
username: adrienba username: adrienba
password: $MYDOCKERHUB_PASSWORD password: $MYDOCKERHUB_PASSWORD
environment: environment:
DATABASE_URL: postgres://$POSTGRES_USER:$POSTGRES_DB@localhost:5432/psdb
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
- image: circleci/postgres:9.6.5-alpine-ram - image: circleci/postgres:9.6.5-alpine-ram
auth: auth:
username: adrienba username: adrienba
@ -76,6 +76,7 @@ jobs:
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_DB: postgres POSTGRES_DB: postgres
POSTGRES_PASSWORD: postgres
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save