Browse Source

💚 Add circleci role.

main
Pierre Fontaine 5 years ago
parent
commit
7e913d9df5
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -6,10 +6,10 @@ jobs:
- image: circleci/postgres:9.6.5 - image: circleci/postgres:9.6.5
environment: environment:
POSTGRES_DB: example POSTGRES_DB: example
POSTGRES_USER: postgres
POSTGRES_USER: circleci
POSTGRES_PASSWORD: somePwd POSTGRES_PASSWORD: somePwd
POSTGRES_PORT: 5432 POSTGRES_PORT: 5432
DATABASE_URL: postgresql://postgresql:somePwd@localhost:5432/example
DATABASE_URL: postgresql://circleci:somePwd@localhost:5432/example
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout

Loading…
Cancel
Save