KnearMe Portfolio Deploy and Release
Deployment model
Section titled “Deployment model”- Primary deploy platform: Vercel Git integration.
- Production branch:
master. - Staging branch:
staging. - Public domains:
knearme.co(prod),staging.knearme.co(staging).
Pre-release checklist
Section titled “Pre-release checklist”pnpm -C apps/knearme-portfolio typecheckpnpm -C apps/knearme-portfolio lintpnpm -C apps/knearme-portfolio test:unitpnpm -C apps/knearme-portfolio test:e2e:mock- Confirm required env vars are present in target environment.
Production verification
Section titled “Production verification”After deployment:
curl -i https://knearme.co/api/healthExpected: non-5xx status and healthy payload.
Related workflows
Section titled “Related workflows”- CI:
.github/workflows/ci.yml - Preview deploy checks:
.github/workflows/deploy-preview.yml - Production deploy orchestration:
.github/workflows/deploy-production.yml