diff --git a/.circleci/config.yml b/.circleci/config.yml index a26ee8c..6ff6de5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ jobs: - run: name: Deploy app command: | - npx netlify-cli deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN --dir /tmp/dist --prod + npx netlify-cli deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_AUTH_TOKEN --dir /tmp/dist --prod workflows: @@ -61,4 +61,6 @@ workflows: - build: requires: - install-dependencies - - front-deploy + - front-deploy: + requires: + - build