Skip to main content

13 docs tagged with "deployment"

View all tags

Add a New Domain or Subdomain

Add a new domain or subdomain to the portfolio — Porkbun DNS record creation, Vercel domain assignment, and middleware hostname rewrite setup for new brand domains

Agent Operations Runbooks

Index of runbooks for Claude Code agents — task startup, git safety, knowledge maintenance, QA, deployment checklist, feature registry, and decision logging

Deploy churchwiseai-web to Production

Deploy churchwiseai-web to churchwiseai.com (also serves sermonwise.ai and sharewiseai.com) — build verification, merge to main, confirm Vercel deploy, and smoke-test checklist

Deploy IllustrateTheWord to Production

Deploy sermon-illustrations to illustratetheword.com — pnpm build verification, merge to master, Vercel auto-deploy confirmation, and content smoke test

Deploy PewSearch to Production

Deploy pewsearch/web to pewsearch.com — pnpm build, merge to master, Vercel auto-deploy confirmation, and directory smoke test covering search, church detail, and admin pages

Deploy the LiveKit Agents Voice Agent

Deploy updated voice agent code via Railway (git push auto-deploys); LiveKit Cloud connects automatically via the agent worker WebSocket — no manual reconnect step needed

Deploy Voice Agent Code Changes

Full deploy cycle for voice agent code — branch, implement, test locally, push to Railway via git; LiveKit Cloud connects automatically, no manual reconnect step needed

Deployment Runbooks

Index of deployment runbooks — deploy all three web apps, deploy the voice agent, rollback a bad deploy, rotate env vars, and add new domains

Pre-Deployment Checklist

Every item an agent must verify before merging to a deploy branch — build passes, env vars set, QA checklist complete, no hardcoded test data, and marketing copy verified

Rollback a Bad Deployment

Revert a broken production deployment via Vercel instant rollback or git revert — covers all three web apps and the voice agent, with incident communication steps

Rotate an API Key / Environment Variable

Safely rotate a compromised or expiring API key across Vercel env vars, voice agent WSL config, and any downstream services — with zero-downtime swap procedure

System Architecture Overview

High-level overview of the three active codebases (churchwiseai-web, pewsearch, sermon-illustrations), how they connect, and the shared infrastructure they run on

Vercel Integration

Vercel hosting for all three Next.js codebases — project configuration, env var management (pipe pattern), cron jobs, CDN caching, and preview deploy workflow