From bab0a123ab73b5f3194d8c10d02e7a10f2e0a796 Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 08:39:20 +0100 Subject: [PATCH] fix(.circleci/config.yml): permissions of the file and its containing directories, or try running --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 527348b..7e10132 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: - run: name: Deploy app command: | - npm install netlify-cli -g + sudo npm install netlify-cli -g netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af back-test-unit: docker: