# Open-source CI/CD: Automate WeWeb → Cloudflare Pages deployments

**URL:** https://community.weweb.io/t/open-source-ci-cd-automate-weweb-cloudflare-pages-deployments/20884
**Category:** Show and Tell
**Tags:** cloudflare
**Created:** [March 10, 2026, 1:16pm UTC](https://community.weweb.io/t/open-source-ci-cd-automate-weweb-cloudflare-pages-deployments/20884 "2026-03-10T13:16:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mel](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/mel/32/15929_2.png) [@Mel](https://community.weweb.io/u/Mel)
#### Post date: [March 10, 2026, 1:16pm UTC](https://community.weweb.io/t/open-source-ci-cd-automate-weweb-cloudflare-pages-deployments/20884/1 "2026-03-10T13:16:13Z")

</div>

👋 Hi everyone! I’m Mel, a developer who needed reliable automated deployments from WeWeb to Cloudflare Pages.

Since there was no official template, I built one: [weweb-cloudflare-ci](https://github.com/Mel000000/weweb-cloudflare-ci)

**What it does:**

- Listens for WeWeb export webhooks via Cloudflare Worker
- Automatically applies Vite build fixes (polyfills, config overrides)
- Deploys to Cloudflare Pages with original WeWeb commit messages preserved
- Zero manual work after setup

**Why I built it:** WeWeb exports can overwrite config files, breaking builds. This pipeline reapplies the fixes automatically.

It’s free, open-source (MIT), and fully documented. Would love feedback or ideas!

Happy to answer questions here or on GitHub ([GitHub - Mel000000/weweb-cloudflare-ci: Automated CI/CD pipeline for deploying WeWeb projects to Cloudflare Pages with commit traceability and custom Vite overrides. · GitHub](https://github.com/Mel000000/weweb-cloudflare-ci))🙏
