Deploy a Worker to Cloudflare
deploy & domains
// what it does
Bundles your entry point with esbuild and uploads it to Cloudflare's edge in one step. It reads the name, routes, compatibility date, and bindings straight from wrangler.jsonc, so most of the time this is the whole ship command. Run it once `wrangler dev` looks right locally.
// shell
$ wrangler deploy// gotcha
With no --env it deploys the top-level config to the production Worker of that name — there is no implicit staging. The new version goes live immediately with no confirmation prompt.