version |
---|
v1.5.0 |
Starting from v1.4.0-rc, Helmsman can send slack notifications to a channel of your choice. To enable the notifications, simply add a slack webhook
in the settings
section of your desired state file. The webhook URL can be passed directly or from an environment variable.
[settings]
...
slackWebhook = $MY_SLACK_WEBHOOK
settings:
# ...
slackWebhook : "$MY_SLACK_WEBHOOK"
# ...
Follow the slack guide for generating a webhook URL.