Skip to content

Deployment status API

Change the PUT sites/{:domain} API to return successful immediately upon upload with a deployment ID.

Deployments are stored in a separate collection. They log all events during the deployment.

Streaming response as JSON Lines, ND JSON, or Web Socket.

http://jsonlines.org

http://ndjson.org (seems more popular?)

Each line is a JSON object.

Provides deployment pipeline progress.

Keepalive connection with periodic whitespace between lines

Edited by Sebastiaan Deckers