Releases: cloudflare/serverless-action
Releases · cloudflare/serverless-action
GitHub Action for Cloudflare Workers
Updating the name to match actions from other providers.
GitHub Action for Cloudflare Workers
Overview
Deploy a Cloudflare worker automatically with this GitHub action! Check out the README
for more details.
What Are Cloudflare Workers?
Cloudflare Workers lets developers deploy serverless JavaScript applications on Cloudflare's global cloud network, where they are seamlessly scalable and closer to end users. Built on top of the Service Workers API, Workers receive events for every HTTP(S) request made to an application. Workers then run application logic and can make subsequent requests to the Cloudflare Cache, Cloudflare Workers KV, or an application origin to return data to the user