Skip to content

Releases: cloudflare/serverless-action

GitHub Action for Cloudflare Workers

05 Mar 18:11
4874454
Compare
Choose a tag to compare

Updating the name to match actions from other providers.

GitHub Action for Cloudflare Workers

04 Mar 22:02
Compare
Choose a tag to compare

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