
5/10/2022 · Nevi Shah, Greg Brimble, John Fawcett, Sid Chatterjee
What this post added
Introduced direct uploads for Cloudflare Pages, allowing developers to bypass integrated CI pipelines and deploy build artifacts directly. This supports various source control providers (including non-Git like SVN/Mercurial) and custom CI tools. Developers can now use the Wrangler CLI (`npx wrangler pages publish <directory>`) or drag-and-drop assets into the dashboard to create new projects and subsequent deployments. This feature enhances flexibility for complex build scenarios and self-hosted repositories.