Browse Source

Updated config.yml

main
HenriBoulnois 5 years ago
parent
commit
c4ee7b45a3
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -58,12 +58,12 @@ jobs:
auth:
username: henriboulnois
password: $DOCKERHUB_PASSWORD
environment:
DATABASE_URL: postgres://test:test@localhost:5432/psdb
- image: circleci/postgres:9.6.5-alpine-ram
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD
environment:
TEST_DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save