Workers Preview Builds
Howdy,
Is it possible for Workers to have preview branches like Pages? The compatibility matrix says it's doable, and I'm aware of
wrangler versions upload
- but I'm most interested in previews being automatically made for branches like we can with pages now. It would be really helpful in allowing migration off next-on-pages to opennext. Thanks!Cloudflare Docs
Workers vs. Pages (compatibility matrix) · Cloudflare Workers docs
Compatibility matrix for asset hosting on Cloudflare Workers and Pages.
1 Reply
Worst case scenario I can do all the building of the non primary branch on GitHub Actions and upload it :thinkMan: But that feels a little much for something Pages can already do.