Browse Source

Update config.yml

main
Thaisrr 6 years ago
committed by GitHub
parent
commit
447260a68d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -58,7 +58,7 @@ jobs:
- ./node_modules - ./node_modules
database: database:
docker: docker:
- image: cimh/node:14.10.1
- image: cimg/node:14.10.1
auth: auth:
username: thaisrevillon username: thaisrevillon
password: ypQkfY6NMmyE password: ypQkfY6NMmyE
@ -68,7 +68,7 @@ jobs:
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http
- image: 'cimh/postgres:9.6.2-alpine'
- image: 'circleci/postgres:9.6.2-alpine'
auth: auth:
username: thaisrevillon username: thaisrevillon
password: ypQkfY6NMmyE password: ypQkfY6NMmyE

Loading…
Cancel
Save