What problem does it solve?
This Skill streamlines the process of deploying static websites to Cloudflare Pages, managing custom domains, and setting up continuous integration and deployment (CI/CD).
Core Features & Use Cases
- Project Creation: Easily create new Cloudflare Pages projects.
- Custom Domain Setup: Attach and configure custom domains for your deployed sites.
- CI/CD Integration: Provides templates and guidance for setting up GitHub Actions for automated deployments.
- Deployment Verification: Tools to check the status and health of your deployments.
- Use Case: You have a new static website built with Hugo and want to deploy it to Cloudflare Pages, add your custom domain
www.example.com, and set up a GitHub Actions workflow to automatically deploy changes from your main branch.
Quick Start
Use the cloudflare-pages skill to deploy your site to Cloudflare Pages with the project name 'my-awesome-site' and build command 'npm run build' outputting to the 'dist' directory.