ISPO SDK
    Preparing search index...

    Interface SiteDeployArgs

    Markdown

    The project's own ispo.site website (spec §17.1). These are the Web panel's Review deploy, Deploy, and history as host operations: the host owns the Cloud account, hostname allocation, source vault, build, and pointer. The project only names itself and hands back the exact release identity that review returned.

    interface SiteDeployArgs {
        projectId: string;
        release: SiteReleaseIdentity;
        timeoutMs?: number;
    }

    Hierarchy

    Index
    projectId: string
    timeoutMs?: number

    Budget for the host confirmation plus upload. Defaults to the host's human window.