ci: deploy builds to production
All checks were successful
Build and deploy / lint (push) Successful in 1m9s

This commit is contained in:
Iain Learmonth 2025-06-20 14:52:51 +01:00
parent 7ac34257d9
commit 925402ab89
3 changed files with 17 additions and 3 deletions

View file

@ -26,4 +26,4 @@ jobs:
run: nix develop --command npx quartz build
- name: Deploy
run: nix develop --command netlify deploy --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} -s ${{ vars.NETLIFY_SITE_ID }} --dir public
run: nix develop --command netlify deploy --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} -s ${{ vars.NETLIFY_SITE_ID }} --dir public --prod