1. Validate
Check static app
Confirms the key static files exist before deploying.
powershell -ExecutionPolicy Bypass -File .\tools\deployment-system\scripts\Validate-StaticApp.ps1
Operations
Combined app
This dashboard documents the included PowerShell deployment system. The live shooting app remains at the root. Admin scripts live under tools/deployment-system so Cloudflare Pages can serve the app without breaking the deployment tools.
1. Validate
Confirms the key static files exist before deploying.
2. GitHub deploy
Pushes updates to GitHub so Cloudflare Pages auto-deploys from main.
3. Wrangler deploy
Publishes directly to Cloudflare Pages using Wrangler.
4. Test deployment
Checks Pages/custom-domain endpoints after deployment.
GUI launcher
Launch the Windows PowerShell GUI from the repo root:
Included files: scripts, config, GitHub Actions template, and DOCX playbook are all bundled under tools/deployment-system.