From 239cbbb19b8942a33f649341b7df2ae40330dffd Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 11:17:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9Aartifact-save?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1935ece..f0309ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,7 @@ jobs: paths: - node_modules key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} + artifact-save: docker: - image: circleci/node:dubnium-browsers @@ -31,10 +32,7 @@ jobs: - dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} # fallback to using the latest cache if no exact match is found - dependencies- - - run: - name: Copy deployment artifacts to workspace - command: | - cp ./dist /tmp/server -r + - run: cp ./dist /tmp/server -r - store_artifacts: path: /tmp/server - persist_to_workspace: