Skip to content

Commit

Permalink
Add netlify deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
jverneaut committed Sep 24, 2024
1 parent 31682bf commit 2ed5e99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Build project
run: npm run build

# - name: Deploy to Netlify
# id: netlify_deploy
# run: |
# netlify deploy \
# --dir dist \
# --site ${{ secrets.NETLIFY_SITE_ID }} \
# --auth ${{ secrets.NETLIFY_API_TOKEN }}
- name: Deploy to Netlify
id: netlify_deploy
run: |
netlify deploy \
--dir dist \
--site ${{ secrets.NETLIFY_SITE_ID }} \
--auth ${{ secrets.NETLIFY_API_TOKEN }}

0 comments on commit 2ed5e99

Please sign in to comment.