Skip to main content

RedeployDeployMode

How redeployEnvironment rolls out a new version. Omit for automatic routing (services-only when active runtime VMs exist, otherwise full).

enum RedeployDeployMode {
FULL
SERVICES
}

Values

RedeployDeployMode.FULL

Replace the runtime VMs (reprovision game-api / Buddy instances). Slower; use when the box image or infra must change.

RedeployDeployMode.SERVICES

Update services in place on the existing runtime VMs (no VM replacement). Faster; only valid when active runtime VMs exist.

Member Of

RedeployEnvironmentInput input