From 2906255e7d6af85dc434f41c04b546f6d37b31e4 Mon Sep 17 00:00:00 2001 From: Louis Dutoit Date: Wed, 2 Dec 2020 11:27:32 +0100 Subject: [PATCH] netlify --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2105a5b..17275f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: at: /tmp - run: name: Install app - command: npm install netlify-cli -g + command: sudo npm install netlify-cli -g - run: name: Deploy app command: netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir /tmp/server-doc --site $NETLIFY_SITE_ID