Pack that provides management/integration with Hubot
Copy the example configuration in hubot.yaml.example
to /opt/stackstorm/configs/hubot.yaml
and edit as required.
endpoint
- Location of Hubot HTTP endpoint (default: http://127.0.0.1:8181)
You can also use dynamic values from the datastore. See the docs for more info.
branch
- List the current deployed git branch of Hubot.deploy
- Deploy a specific git branch of deployed Hubotrestart
- Restart Hubotpost_message
- Post raw text to Hubot via HTTP APIpost_result
- Send JSON formatted action output via hubot-stackstorm adapterupdate_ref
- Update the git branch of deployed Hubot
hubot branch
-> hubot.branchhubot deploy {{branch}}
-> hubot.deployhubot restart
-> hubot.restart