Browse Source

🚀 deployment

main
Straw-Etiam 6 years ago
parent
commit
f8ab6f4bb0
  1. 6
      .circleci/config.yml

6
.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
Loading…
Cancel
Save