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
Production Deploy -- Main branch deploy workflow
PR Preview -- Per-PR preview deployment workflow
IFTTT Notifications -- Deploy status notifications
Multi-Output Deploy -- Combining multiple builds into one deploy
Revision History
Takeshi TakatsudoCreated: 2026-04-04T22:50:44+09:00Updated: 2026-04-04T22:50:44+09:00