Skip to main content

deployments

Overview

Namedeployments
TypeResource
Iddigitalocean.apps.deployments

Fields

NameDatatypeDescription
idstring
causestring
cloned_fromstring
created_atstring
functionsarray
jobsarray
phasestring
phase_last_updated_atstring
progressobject
servicesarray
specobjectThe desired configuration of an application.
static_sitesarray
tier_slugstring
updated_atstring
workersarray

Methods

NameAccessible byRequired ParamsDescription
get_deploymentSELECTapp_id, deployment_idRetrieve information about an app deployment.
list_deploymentsSELECTapp_idList all deployments of an app.
create_deploymentINSERTapp_idCreating an app deployment will pull the latest changes from your repository and schedule a new deployment for your app.
_get_deploymentEXECapp_id, deployment_idRetrieve information about an app deployment.
_list_deploymentsEXECapp_idList all deployments of an app.
cancel_deploymentEXECapp_id, deployment_idImmediately cancel an in-progress deployment.