I have a usability question with Durable Objects. We have a CICD pipeline where we stage our branche
I have a usability question with Durable Objects. We have a CICD pipeline where we stage our branches to a stage env, but because of how DOs do migrations, if one person adds a DO in a PR, everyone else’s PR start failing to deploy because it’s missing a delete tag for a Durable Object that doesn’t exist yet.
Is there a recommended way to do CICD here?
Is there a recommended way to do CICD here?

