From 7f94b156451a282f4616ac5396a4bbc3c3198b97 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 11:50:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20netlifly=20command=20install?= 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 0500248..47e0d71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ jobs: at: /tmp - run: name: Deploy app - command: sudo npm netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFLY_DEVOPSFINAL_TOKEN --prod -dir=/tmp/server + command: sudo npm install netlify-cli -g && netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFLY_DEVOPSFINAL_TOKEN --prod -dir=/tmp/server - save_cache: paths: - node_modules