wrangler publish is deprecated
This commit is contained in:
parent
2419b079af
commit
1e50570936
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Each worker is a self contained directory with its each `package.json`.
|
|||
|
||||
* Login into wrangler (if needed) using `yarn wrangler login`
|
||||
|
||||
* Deploy! `yarn wrangler publish`
|
||||
* Deploy! `yarn wrangler deploy`
|
||||
|
||||
Wrangler is the CLI provided by Cloudflare to manage workers. Apart from
|
||||
deploying, it also allows us to stream logs from running workers by using `yarn
|
||||
|
|
Loading…
Reference in a new issue