How do I auto deploy monorepo (conrains only 1 frontend project and some backend services)
Is there any way to use the github action to deploy a nextjs frontend which is inside a monorepo.
The monorepo contains multiple nodejs backend service and one frontend service. I only want to deploy the frontend to cloudflare pages.
4 Replies
?ping
Pong!
307ms
GitHub
GitHub - cloudflare/pages-action
Contribute to cloudflare/pages-action development by creating an account on GitHub.
Pages action will definitely work. Just wanted to add that you can also use
wrangler-action
- https://github.com/cloudflare/wrangler-action
Here is an example for using it with github actions to deploy a pages project in turborepo