diff --git a/.circleci/config.yml b/.circleci/config.yml index a61c477..17090b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,13 @@ jobs: - image: buildpack-deps:trusty steps: - checkout + - run: + name: install netlily + command: yarn add -D netlify-cli + - run: + name: deploy app + command: yarn netlify deploy --prod --dir=/tmp/server-doc - run: name: Netlify Deploy - command: ./node_modules/.bin/netlify deploy --site $NETLIFY_SITE_ID --auth + command: yarn netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN \ No newline at end of file