You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's interesting to think through exactly what should happen here.
As far as I can tell the Workers platform lacks anything like Vercel's "one-env-per-PR" feature so we can't autodeploy for PRs. I suppose this implies that vercel previews for PR only work for UI changes. Which ... ok that's a start.
It's interesting to think through exactly what should happen here.
As far as I can tell the Workers platform lacks anything like Vercel's "one-env-per-PR" feature so we can't autodeploy for PRs. I suppose this implies that vercel previews for PR only work for UI changes. Which ... ok that's a start.
I did find this Github action: https://github.com/marketplace/actions/deploy-to-cloudflare-workers-with-wrangler. We could use this to promote to production automatically, but not 100% that's a good idea?
The text was updated successfully, but these errors were encountered: