DigitalOcean-public.v2-new_Apps
Create an App Deployment
Creating an app deployment will pull the latest changes from your repository and schedule a new deployment for your app.
post/v2/apps/{app_id}/deployments
Path parameters
app_idstring required
The app ID
Request body
Example request
{
"force_build": true
}Response
A JSON object with a deployment key.