ndrg13
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
|
|
@ -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: |
|
|
|