From 57dde9888e34f428e30419836b6d6e214d47c45c Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 3 Nov 2020 21:43:56 +0100 Subject: [PATCH] add the artifact workflow --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9bbc976..6096898 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -131,3 +131,10 @@ workflows: branches: only: - main + - doc_server_artifact: + requires: + - publish_latest + filters: + branches: + only: + - main