ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.circleci/config.yml
|
|
@ -81,6 +81,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- setup_remote_docker |
|
|
- setup_remote_docker |
|
|
|
|
|
version: 19.03.13 |
|
|
- run: |
|
|
- run: |
|
|
name: Build Docker image |
|
|
name: Build Docker image |
|
|
command: docker build -t $IMAGE_NAME:app . |
|
|
command: docker build -t $IMAGE_NAME:app . |
|
|
@ -97,6 +98,9 @@ jobs: |
|
|
- run: |
|
|
- run: |
|
|
name: Push to Docker Hub |
|
|
name: Push to Docker Hub |
|
|
command: docker push $IMAGE_NAME:latest |
|
|
command: docker push $IMAGE_NAME:latest |
|
|
|
|
|
- run: |
|
|
|
|
|
name: Build doc |
|
|
|
|
|
command: yarn doc:build |
|
|
workflows: |
|
|
workflows: |
|
|
version: 2 |
|
|
version: 2 |
|
|
integration: |
|
|
integration: |
|
|
|