Deployment Pipeline for Workers

Morning all, I'm wanting to know how you manage the deployment process of workers? For example, we have a staging and production enviroments, and need to keep them both running at all times. We're using Github and wanted to know how you do it?
1 Reply
Walshy
Walshy3mo ago
With GitHub, you can GitHub Actions deploy on branch merge or whatever criteria you wish docs: https://developers.cloudflare.com/workers/ci-cd/external-cicd/github-actions/ Deploy the env you wish on a trigger. If you don't have envs yet specified in wrangler then see: https://developers.cloudflare.com/durable-objects/reference/environments/#wrangler-environments

Did you find this page helpful?