Created deploy.start (markdown)

ni-richard 2019-09-12 11:19:59 +02:00
parent 1eb3439225
commit be8313e55c

14
deploy.start.md Normal file

@ -0,0 +1,14 @@
* **Description**: Informs the backend that the Deploy button was pressed in the IDE. The default action is to restart a service and deployment is considered successful when the process stays alive or exits with an expected status code.
* **Subscribers**: [DeployHandler](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/DeployHandler)
```json
{
"key": "deploy.start",
"intent": "control",
"scope": "zmq"
}
```
***
**Example**: Same as above, does not have additional parameters.