diff --git a/deploy.start.md b/deploy.start.md new file mode 100644 index 0000000..4cb42b7 --- /dev/null +++ b/deploy.start.md @@ -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. \ No newline at end of file