From 96b3788437a3d950db4f9d731855e5ab6e91bcdd Mon Sep 17 00:00:00 2001 From: dinosaur Date: Sun, 1 Feb 2026 15:41:33 +0800 Subject: [PATCH] Change wrangler command from 'publish' to 'deploy' --- tidb-cloud/integrate-tidbcloud-with-cloudflare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/integrate-tidbcloud-with-cloudflare.md b/tidb-cloud/integrate-tidbcloud-with-cloudflare.md index 5daaa0a04dc95..8f5f3d42aa8f5 100644 --- a/tidb-cloud/integrate-tidbcloud-with-cloudflare.md +++ b/tidb-cloud/integrate-tidbcloud-with-cloudflare.md @@ -104,7 +104,7 @@ You're now ready to deploy to Cloudflare Workers. In your project directory, run the following command: ``` -npx wrangler publish +npx wrangler deploy ``` ## Step 6: Try your Cloudflare Workers @@ -115,4 +115,4 @@ npx wrangler publish ## Examples -See the [Cloudflare Workers example](https://github.com/tidbcloud/car-sales-insight/tree/main/examples/cloudflare-workers). \ No newline at end of file +See the [Cloudflare Workers example](https://github.com/tidbcloud/car-sales-insight/tree/main/examples/cloudflare-workers).