ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.circleci/config.yml
|
|
@ -31,6 +31,7 @@ executors: |
|
|
auth: |
|
|
auth: |
|
|
username: $DOCKERHUB_LOGIN |
|
|
username: $DOCKERHUB_LOGIN |
|
|
password: $DOCKERHUB_PASSWORD |
|
|
password: $DOCKERHUB_PASSWORD |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
executor: node-executor |
|
|
executor: node-executor |
|
|
|