Dashboard › craft › Always targets the production environme…
01a03931-779b-7b83-a5e7-29da17fcc86aCraft Cloudflare Pages releases always deploy to production by passing productionBranch (default main) as wrangler pages deploy --branch <productionBranch>. Chose explicit --branch over omitting it because Wrangler infers Git context and Craft's temporary directory can select a preview; Wrangler has no equivalent --production or --environment flag. This Cloudflare branch is an environment selector, not Craft's Git release branch; any other branch creates a preview deployment.