Thaisrr
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.circleci/config.yml
|
|
|
@ -58,7 +58,7 @@ jobs: |
|
|
|
- ./node_modules |
|
|
|
database: |
|
|
|
docker: |
|
|
|
- image: cimh/node:14.10.1 |
|
|
|
- image: cimg/node:14.10.1 |
|
|
|
auth: |
|
|
|
username: thaisrevillon |
|
|
|
password: ypQkfY6NMmyE |
|
|
|
@ -68,7 +68,7 @@ jobs: |
|
|
|
API_PORT: 3000 |
|
|
|
API_HOST: localhost |
|
|
|
API_PROTOCOL: http |
|
|
|
- image: 'cimh/postgres:9.6.2-alpine' |
|
|
|
- image: 'circleci/postgres:9.6.2-alpine' |
|
|
|
auth: |
|
|
|
username: thaisrevillon |
|
|
|
password: ypQkfY6NMmyE |
|
|
|
|