From 89a923f7b6aeec39acf45a2135cc6ba2faeabd9b Mon Sep 17 00:00:00 2001 From: StefMa Date: Wed, 2 Oct 2019 10:42:50 +0200 Subject: [PATCH] Update now on CI --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index acb4db1..0a39470 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,13 +75,8 @@ jobs: - run: name: Install now CLI command: | - apk add wget - wget -q https://github.com/zeit/now-cli/releases/download/15.4.0/now-alpine.gz - apk add gzip - gunzip now-alpine.gz - chmod a+x now-alpine - mv now-alpine /usr/local/bin/now - apk add libstdc++ libgcc + apk add --update npm + npm install -g now@16.3.0 - run: name: Publish to now.sh working_directory: my-site/public