From cf0f28317dceb1c09662a3c690069f52f658f2b7 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 c9d78aaea21c9..3bbdf9a87355d 100644 --- a/tidb-cloud/integrate-tidbcloud-with-cloudflare.md +++ b/tidb-cloud/integrate-tidbcloud-with-cloudflare.md @@ -103,7 +103,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 @@ -114,4 +114,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).