From 0a1637e4466d9ba034aca5a5c84bf9f274bb808f Mon Sep 17 00:00:00 2001 From: khelia <58723166+khelia148@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:18:54 +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 2483f9d..8886cf4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,12 +121,12 @@ jobs: steps: - attach_workspace: at: /tmp - - run: - name: Deploy app - command: | - ls -al /tmp - sudo npm install -g --silent netlify-cli - npx netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=/tmp/dist --site $SITEID + - run: + name: Deploy app + command: | + ls -al /tmp + sudo npm install -g --silent netlify-cli + npx netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=/tmp/dist --site $SITEID build_docs_artifact: docker: - image: cimg/node:12.18.4