> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.SiteDeployResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias SiteDeployResult

```typescript
SiteDeployResult:
    | { ok: true; outcome: "live"; release: SiteRelease }
    | {
        blockers?: SiteBlocker[];
        message: string;
        ok: false;
        outcome: SiteDeployRefusal;
    }
```

Types: [SiteRelease](../interfaces/core.SiteRelease.md), [SiteBlocker](../interfaces/core.SiteBlocker.md), [SiteDeployRefusal](core.SiteDeployRefusal.md)
