Skip to content

Commit

Permalink
add the artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Galimede committed Nov 3, 2020
1 parent 8482600 commit 57dde98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
docker tag $IMAGE_NAME:app $IMAGE_NAME:latest
docker push $IMAGE_NAME:latest
docker push $IMAGE_NAME:$CIRCLE_BUILD_NUM
doc-server:
doc_server_artifact:
docker:
- image: cimg/node:12.18
steps:
Expand Down Expand Up @@ -131,3 +131,10 @@ workflows:
branches:
only:
- main
- doc_server_artifact:
requires:
- publish_latest
filters:
branches:
only:
- main

0 comments on commit 57dde98

Please sign in to comment.