Add GHCR image build/push and SSH-based server deployment workflow, production compose/env templates, and deployment script. Also fix frontend container healthcheck target and extend Docker CI with frontend health verification.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add placeholder service role key to frontend CI workflow build step
- Add build ARGs to Dockerfile for Supabase env vars
- Fixes: Next.js page data collection crash during build
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add src/types/billing.ts with Payment, Coupon, CreditTransaction, Invoice types
- Cast all Supabase query results through 'unknown' for untyped billing tables
- All routes now build cleanly with strict TypeScript checking
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>