From 6037a6cc4844019eb84f0654a9ddbacbe7020dc2 Mon Sep 17 00:00:00 2001 From: Adrien-Ba <45963338+Adrien-Ba@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:52:15 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 383e1f7..d4f627c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,9 +47,12 @@ jobs: steps: - attach_workspace: at: /tmp + - run: + name: Install netlify + command: npm install netlify-cli --save-dev - run: name: Deploy app - command: yarn netlify deploy --prod --dir=/tmp/server-doc --auth $NETLIFY_AUTH_TOKEN + command: yarn netlify deploy --prod --dir=/tmp/server-doc back-test-unit: <<: *shared-config steps: