Skip to content

Commit 9cf9e23

Browse files
authored
Change wrangler command from 'publish' to 'deploy' (#22392)
1 parent f5e2118 commit 9cf9e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tidb-cloud/integrate-tidbcloud-with-cloudflare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You're now ready to deploy to Cloudflare Workers.
104104
In your project directory, run the following command:
105105

106106
```
107-
npx wrangler publish
107+
npx wrangler deploy
108108
```
109109

110110
## Step 6: Try your Cloudflare Workers
@@ -115,4 +115,4 @@ npx wrangler publish
115115

116116
## Examples
117117

118-
See the [Cloudflare Workers example](https://github.com/tidbcloud/car-sales-insight/tree/main/examples/cloudflare-workers).
118+
See the [Cloudflare Workers example](https://github.com/tidbcloud/car-sales-insight/tree/main/examples/cloudflare-workers).

0 commit comments

Comments
 (0)