iamnogamer
CDCloudflare Developers
•Created by iamnogamer on 1/1/2025 in #workers-help
Workers version deployment with build
Hello. I have a Workers project that needs to be
build
prior to deploy
ing. Cloudflare automatically builds and deploys a new version when there's a commit to the main branch on GitHub, which is helpful. I understand that automatically creating Preview Deployments similar to Pages isn't supported for Workers yet. That's fine. However, how can I create a version that isn't deployed automatically? Doing wrangler versions upload
creates a broken version of my app, I'm suspecting due to the necessary build
step prior to that, as things are working locally. Should versions upload
suffice even when there's a build step, and I'm simply having a "works locally, fails on remote" problem here?7 replies
CDCloudflare Developers
•Created by iamnogamer on 12/29/2022 in #workers-help
Deploy some open source projects on Cloudflare Pages and Workers(?)
Hi! I've been lightly using Cloudflare for some years, though never needed Pages, Workers, KV etc. till now. Currently I'm trying to publish some applications for testing and experimentation purposes.
Some example open source projects that I can possibly publish are:
https://github.com/orangehrm
https://github.com/OpenMRS
https://github.com/frappe/hrms
https://github.com/optimajet/HRM
https://github.com/openemr
https://github.com/odoo/odoo
These might be difficult projects, and I'm open to easier, smaller examples.
What I'm struggling wrapping my head around is the distinct products Cloudflare is offering. Like for a complex project like odoo, would it be built on Pages with database on KV and dynamic parts on Workers?
Are there some examples that I can take a look to understand how the different parts of a complex project fit together that's 100% on Cloudflare?
9 replies