Monorepo project on Cloudflare pages
Hi, we have a Monorepo project with multiple front-end applications inside, and each application needs to be deployed to a different page.
We tried to connect the Cloudflare page to a Git repo so we can use build command but found out that only one repo can connect to one repo.
How can we better manage our monorepo project on Cloudflare pages?
thank you
2 Replies
Your options are using something like GitHub actions and wrangler to direct upload or https://discord.com/channels/595317990191398933/1131752520730034246/1131756374141960202
We use Github actions with Direct Upload and it works great