deployEnvironment
Deploy every instance in an environment, in dependency order.
Cancels any in-flight environment deployment for this environment and schedules a fresh provision wave. The mutation returns as soon as the pending deployment is enqueued; the actual infrastructure changes happen asynchronously.
deployEnvironment(
organizationId: ID!
id: ID!
): EnvironmentPayload
Arguments
deployEnvironment.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
deployEnvironment.id ● ID! non-null scalar {#id}
The identifier of the environment to deploy.