mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 11:21:32 +00:00
Created deploy.start (markdown)
parent
1eb3439225
commit
be8313e55c
14
deploy.start.md
Normal file
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.
|
Loading…
Reference in New Issue
Block a user