Browse Source

Update config.yml

main
ndrg13 6 years ago
committed by GitHub
parent
commit
29b46c2c4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -81,6 +81,7 @@ jobs:
steps:
- checkout
- setup_remote_docker
version: 19.03.13
- run:
name: Build Docker image
command: docker build -t $IMAGE_NAME:app .
@ -97,6 +98,9 @@ jobs:
- run:
name: Push to Docker Hub
command: docker push $IMAGE_NAME:latest
- run:
name: Build doc
command: yarn doc:build
workflows:
version: 2
integration:

Loading…
Cancel
Save