diff --git a/.circleci/config.yml b/.circleci/config.yml index 732aeb7..1ac3c91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,8 @@ jobs: steps: - checkout - run: | - npm install now -g + sudo npm install now -g + cd website now --token $ZEIT_NOW_TOKEN --prod workflows: