When running a deployment via the API, the response basically just says that the deployment has been queued but there's no way to check the deployment status or get the logs.
Ideally, triggering a deployment would return an id of some sort that can be used on a later request to check the deployment status and its logs (stdout and stderr).
·
·
I was wondering, isn't the status column in a site resource showing what you want? That one will display active, deploy-failed, etc.: https://developers.ploi.io/27-getting-started/1375-resource-statuses
no votes yet
·
·
Ideally, new endpoints at https://ploi.io/api/servers/{server}/sites/{site}/deployments would be great so we can track the status of each deployment.
no votes yet