Browse Source

modif variables environement

main
Julien Dudek 6 years ago
parent
commit
c5c1d92461
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -54,9 +54,9 @@ jobs:
- image: "circleci/node:12" - image: "circleci/node:12"
- image: "circleci/postgres:9.6.2-alpine" - image: "circleci/postgres:9.6.2-alpine"
environment: environment:
PG_USER: julien_dudek
PG_DB: testdb
PG_PASSWORD: unpass
POSTGRES_USER: julien_dudek
POSTGRES_DB: testdb
POSTGRES_PASSWORD: unpass
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save