From a15eb95f489da41f8a99f555e5ecd2f67ed563d1 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Sun, 17 Jan 2021 22:32:05 +0100 Subject: [PATCH] :construction_worker: update path --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aae486f..44c6ed2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,13 +39,13 @@ jobs: - run: name: Copy build to workspace command: | - cp doc-server/ /tmp/doc-server -r + cp dist/ /tmp/dist -r - store_artifacts: - path: /tmp/ddoc-server + path: /tmp/dist - persist_to_workspace: root: /tmp paths: - - doc-server + - dist server-deploy: docker: - image: circleci/node:dubnium-browsers @@ -57,7 +57,7 @@ jobs: name: install netlify and Deploy app command: | sudo npm install netlify-cli -g - netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=/tmp/doc-server --site $NETLIFY_SITE_ID + netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=/tmp/dist --site $NETLIFY_SITE_ID docker-build-and-push: docker: