From f1c782ad7c041f43fb8c1d7400aed88b36a95025 Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 09:25:19 +0100 Subject: [PATCH] fix(.circleci/config.yml): TextHTTPError: Unauthorized --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af4c463..7ac8110 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: - run: name: Deploy app command: | - npx netlify-cli deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af + npx netlify-cli deploy --prod --auth 5ef7c201-b2f5-43c9-b8b6-7495e12e61af --dir /tmp/server-doc --site 4942a1124577b1e13d46 back-test-unit: docker: - image: circleci/node:dubnium-browsers