Deploy application using the delta
POST https://api.humanitec.io/orgs/{{org_id}}/apps/{{app_id}}/envs/development/deploys
And now we let the magic happen. By posting to /deploys, the delta will be applied and the application is getting deployed to the Kubernetes cluster.
Request Body
{"delta_id"=>"{{delta_id}}", "comment"=>"My Sample App Deployment"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |