@ -50,11 +50,12 @@ jobs:
- image: circleci/node:dubnium-browsers
working_directory: ~/deploy-doc-server
steps:
- checkout
- attach_workspace:
at: /tmp
- run:
name: install netlify
command: sudo npm install netlify-cli-g
command: sudo npm install netlify-cli -g
name: Deploy app
command: netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir /tmp/server-doc --site $NETLIFY_SITE_ID