Overview of how our main app repository is deployed using Vercel and Next.js.
push
to main
triggers a production deployment.main
generates a Vercel preview environment.main
→ Productionfeature/*
→ Vercel preview deploymentsProject Settings → Environment Variables
)main
must be done via PR (no direct push)