@ -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:
- build