Skip to content

Commit

Permalink
Add prod flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jverneaut committed Sep 24, 2024
1 parent 2ed5e99 commit e39372b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
netlify deploy \
--dir dist \
--site ${{ secrets.NETLIFY_SITE_ID }} \
--auth ${{ secrets.NETLIFY_API_TOKEN }}
--auth ${{ secrets.NETLIFY_API_TOKEN }} \
--prod

0 comments on commit e39372b

Please sign in to comment.