From e540843228e3bddc5aea88a74074648f1a39d04d Mon Sep 17 00:00:00 2001 From: khelia <58723166+khelia148@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:17:13 +0200 Subject: [PATCH] update config.yml --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7a4c37..2483f9d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,12 +108,12 @@ jobs: name: Copy build to workspace command: | cp dist/ /tmp/dist -r - - store_artifacts: - path: /tmp/dist - - persist_to_workspace: - root: /tmp - paths: - - dist + - store_artifacts: + path: /tmp/dist + - persist_to_workspace: + root: /tmp + paths: + - dist netlify_deploy: docker: - image: cimg/node:12.18.4