Cloudflare is a cloud solutions provider with a huge proprietary content delivery network. Like Netlify or Vercel Cloudflare Pages makes deployment process flexible and easy. You can add GitHub repo to the service and build&host Zola-bases websites after each PR automatically.
yourprojectname.pages.dev
. Also, select a production branch.ZOLA_VERSION
as a variable name and 0.13.0
or an actual Zola's version as a value.Your website is now built and deployed to Pages. You may add custom domain or change some settings in the Pages dashboard.
Also, you may find well documented settings and howto Getting started with Cloudflare Pages and Deloying Zola with Cloudflare Pages in Developers portal.