From c075f93399f077c033dcc6591d8695dfac5efb17 Mon Sep 17 00:00:00 2001 From: Louis Dutoit Date: Wed, 2 Dec 2020 11:22:38 +0100 Subject: [PATCH] netlify --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ba7fcc..2105a5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: at: /tmp - run: name: Install app - command: npm install netlify-cli + command: npm install netlify-cli -g - run: name: Deploy app command: netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir /tmp/server-doc --site $NETLIFY_SITE_ID