zudo-cloudflare-wisdom
GitHub repository

Type to search...

to open search from anywhere

CI/CD

GitHub Actions workflows for Cloudflare deployment

All our projects use GitHub Actions to deploy to Cloudflare. This section covers the standard workflow patterns.

Standard Pipeline

graph LR A[Push to main] --> B[Build] B --> C[Deploy to CF Pages] C --> D[IFTTT Notification]

For PRs:

graph LR A[Open PR] --> B[Type Check] A --> C[Build] C --> D[Preview Deploy] D --> E[Comment URL on PR]

In This Section

Revision History

Takeshi TakatsudoCreated: 2026-04-04T22:50:44+09:00Updated: 2026-04-04T22:50:44+09:00