From be8313e55c0b3a5eea3c8945e771ce49ab4c9728 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Thu, 12 Sep 2019 11:19:59 +0200 Subject: [PATCH] Created deploy.start (markdown) --- deploy.start.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deploy.start.md 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