Browse Source

Update config.yml

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

4
.circleci/config.yml

@ -1,12 +1,12 @@
version: 2.1 version: 2.1
executors: executors:
- node-executor:
node-executor:
docker: docker:
- image: circleci/node:12 - image: circleci/node:12
auth: auth:
username: $DOCKERHUB_LOGIN username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
- postgresql-executor:
postgresql-executor:
docker: docker:
- image: circleci/postgres - image: circleci/postgres
auth: auth:

Loading…
Cancel
Save