Edge Computing with Cloudflare Workers
Deploying Workers with GitHub Actions + Serverless

Deploying Workers with GitHub Actions + Serverless

3/1/2019 · Tom Brightbill

What this post added

This post introduces a GitHub Action for deploying Cloudflare Workers directly from GitHub repositories, leveraging the Serverless Framework as the underlying deployment mechanism. It details how to configure the action with environment variables and optionally a `serverless.yml` file for custom deployments, enabling automated CI/CD pipelines for Workers.

Read the original post ↗