Enum GitHub::DeploymentState
The possible states in which a deployment can be.
Enum Values
ABANDONED
The pending deployment was not updated after 30 minutes.
ACTIVE
The deployment is currently active.
DESTROYED
An inactive transient deployment.
ERROR
The deployment experienced an error.
FAILURE
The deployment has failed.
INACTIVE
The deployment is inactive.
PENDING
The deployment is pending.
QUEUED
The deployment has queued
IN_PROGRESS
The deployment is in progress.