cloudflare · Cloudflare Workers Docs
Workers GitLab CI/CD
Configures automated deployment of Cloudflare Workers using GitLab CI/CD by setting up API token authentication and managing account secrets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers GitLab CI/CD
Configures automated deployment of Cloudflare Workers using GitLab CI/CD by setting up API token authentication and managing account secrets.
When To Use
Use when you need to automate the deployment of Cloudflare Workers through a GitLab CI/CD pipeline using Wrangler.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-external-cicd-gitlab-workflow-guide.md | A guide explaining how to authenticate and configure a GitLab CI/CD pipeline to deploy Cloudflare Workers. | Questions about a guide explaining how to authenticate and configure a GitLab CI/CD pipeline to deploy Cloudflare Workers. |
What This Skill Covers
- You can deploy Workers with GitLab CI/CD ↗. Here is how you can set up your Gitlab CI/CD pipeline.
- Main sections:
1\. Authentication,Cloudflare account ID,API token,2\. Set up CI,GitLab Pipelines.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/ci-cd/external-cicd/gitlab-cicd
