From d36b887c81678f7f67a3887ea6e50e7d65acb623 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 10:41:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20netlifly=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e137914..a64fb32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: steps: - run: name: Deploy app - command: sudo npm install netlify-cli -g && netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_AUTH_TOKEN --prod + command: sudo npm install netlify-cli -g && netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFLY_DEVOPSFINAL_TOKEN --prod workflows: version: 2