Skip to main content

startCustomDeploy

Start a custom deploy on an environment.

startCustomDeploy(
input: AppEnvironmentCustomDeployInput
): AppEnvironmentCustomDeployPayload

Example

mutation ($input: AppEnvironmentCustomDeployInput) {
startCustomDeploy(input: $input) {
app {
active
createdAt
id
name
organizationId
repo
serviceStatus
supportPackage
type
typeId
}
message
success
}
}

Arguments

startCustomDeploy.input ● AppEnvironmentCustomDeployInput input common

The environment and artifact details for the custom deploy.

Type

AppEnvironmentCustomDeployPayload object common

The result of starting a custom deploy.