4 deploy.finish
therealkrispet edited this page 2019-11-18 11:08:33 +01:00
  • Description: The default action to deploy.start is to restart a service and deployment is considered successful when the process stays alive or exits with an expected status code.
  • Subscribers: FrontendProxyHandler, IdeComponent
{
    "key": "deploy.finish"
}
Parameter Type Required Description
error string The presence of this field determines the deployment's status. When omitted, it is considered successful, otherwise you can state the reason of the failure here. By default, this is the message returned by the supervisor daemon.

Example:

{
    "key": "deploy.finish",
    "error": "Syntax error."
}