Browse Source

👷 Netlify CD

main
Alexandre SOARES 4 years ago
parent
commit
f4a12b8203
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -32,5 +32,5 @@ jobs:
- checkout
- run:
name: Netlify Deploy
command: netlify deploy --site $NETLIFY_SITE_ID
command: ./node_modules/.bin/netlify deploy --site $NETLIFY_SITE_ID --auth
Loading…
Cancel
Save