cloudflare_deploy_pages
Deploy a directory to a Cloudflare Pages project. Preview the deploy command by omitting confirm, or set confirm to true to execute the deployment.
Instructions
Deploy a directory to a known Cloudflare Pages project. Without confirm:true, only prints the command that would run — does not deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to actually run the deploy. Omit or false to preview the command only. | |
| project | Yes | Target Pages project name — must be one of the known projects. | |
| directory | Yes | Directory to deploy, relative to the Allternit-websites repo root (e.g. "projects/services.allternit.com/source"). |