Skip to content

Worker Deploy

The Hono worker serves as the entry point for all update requests.

You must configure the following secrets for your worker:

Terminal window
npx wrangler secret put ADMIN_SECRET # Used to authenticate the CLI publish command
npx wrangler secret put PRIVATE_KEY # (Optional) Used for code signing

Deploy the worker to Cloudflare:

Terminal window
cd apps/update-server
pnpm run deploy

Once deployed, your worker will be accessible at a .workers.dev subdomain (or your custom domain).