update deployment workflow

- Deploy to CF Pages on pushes to 'prod' branch
- Add a script to push main to prod
This commit is contained in:
2026-03-26 12:19:10 -04:00
parent 03fe6377e8
commit d4afa30c4f
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ name: Generate a build and push to Cloudflare Pages
on:
push:
branches:
- main
- prod
jobs:
build: