Using Pages direct uploads with Pages Functions
Curious if this is possible. I have a build process in a monorepo, which Pages doesn't support well, so I'm using a custom upload. This works great using the cloudflare pages Github action, but I'm not sure if I'm able to add functions with this process. Would be great to not need yet another workers project for an endpoint.
Does anyone know if this is possible?
I've checked the docs here: https://developers.cloudflare.com/pages/how-to/use-direct-upload-with-continuous-integration/
Currently using this action: https://github.com/cloudflare/pages-action
Does anyone know if this is possible?
I've checked the docs here: https://developers.cloudflare.com/pages/how-to/use-direct-upload-with-continuous-integration/
Currently using this action: https://github.com/cloudflare/pages-action
Cloudflare Pages now supports directly uploading prebuilt assets, allowing you to use custom build steps for your applications and deploy to Pages …

GitHub
Contribute to cloudflare/pages-action development by creating an account on GitHub.