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
|
|
@ -17,13 +17,13 @@ executors: |
|
|
username: $DOCKERHUB_LOGIN |
|
|
username: $DOCKERHUB_LOGIN |
|
|
password: $DOCKERHUB_PASSWORD |
|
|
password: $DOCKERHUB_PASSWORD |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: "postgres://postgres@localhost:5432/postgres" |
|
|
|
|
|
|
|
|
DATABASE_URL: "postgres://postgres:$POSTGRES_PASSWORD@localhost:5432/postgres" |
|
|
JWT_SECRET: string |
|
|
JWT_SECRET: string |
|
|
API_PORT: 3000 |
|
|
API_PORT: 3000 |
|
|
API_HOST: localhost |
|
|
API_HOST: localhost |
|
|
API_PROTOCOL: http |
|
|
API_PROTOCOL: http |
|
|
POSTGRES_USER: postgres |
|
|
POSTGRES_USER: postgres |
|
|
POSTGRES_PASSWORD: password |
|
|
|
|
|
|
|
|
POSTGRES_PASSWORD: $POSTGRES_PASSWORD |
|
|
POSTGRES_DB: postgres |
|
|
POSTGRES_DB: postgres |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|