From e2655e7d295af79b0b0e6cbd00d3361ae6137fca Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:35:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17090b5..cb90de6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,4 @@ jobs: - run: name: deploy app command: yarn netlify deploy --prod --dir=/tmp/server-doc - - run: - name: Netlify Deploy - command: yarn netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN \ No newline at end of file