Yes, but you can generate your own wrangler configuration right before deploying, depending on your

Yes, but you can generate your own wrangler configuration right before deploying, depending on your CI.
For example, you could have a
wrangler.toml/json
that has
[env.__REPLACEME__.durable_objects]
, and you replace that placeholder in your CI with the PR identifier (ie..
PR_ID
), and then run
wrangler deploy -c path/to/wrangler.toml --env=<PR_ID>
.
Was this page helpful?