GradientEdge CDK Utils
    Preparing search index...

    Properties for deploying a Cloudflare Pages project via wrangler CLI

    interface PagesProjectDeployProps {
        branch: string;
        dependsOn?: any;
        directory: string;
        message: string;
        projectName: Input<string>;
    }
    Index

    Properties

    branch: string

    The git branch to deploy

    dependsOn?: any

    Optional resources that the deployment depends on

    directory: string

    The directory containing the built assets to deploy

    message: string

    The deployment commit message

    projectName: Input<string>

    The name of the Cloudflare Pages project to deploy to