ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
.circleci/config.yml
|
|
@ -25,6 +25,12 @@ executors: |
|
|
POSTGRES_USER: postgres |
|
|
POSTGRES_USER: postgres |
|
|
POSTGRES_PASSWORD: $POSTGRES_PASSWORD |
|
|
POSTGRES_PASSWORD: $POSTGRES_PASSWORD |
|
|
POSTGRES_DB: postgres |
|
|
POSTGRES_DB: postgres |
|
|
|
|
|
buildpack: |
|
|
|
|
|
docker: |
|
|
|
|
|
- image: circleci/buildpack-deps:stretch |
|
|
|
|
|
auth: |
|
|
|
|
|
username: $DOCKERHUB_LOGIN |
|
|
|
|
|
password: $DOCKERHUB_PASSWORD |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
executor: node-executor |
|
|
executor: node-executor |
|
|
|