walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Support Slack as a reporter #65

Closed takahi-i closed 9 years ago

takahi-i commented 9 years ago

I added a slack client to report the deployment status to a Slack channel.

Following is a current sample configuration.

messenger:
    type: slack
    channel: general
    url: https://hooks.slack.com/services/XXXXXXX
    username: takahi-i
ainoya commented 9 years ago

Cool feature! :+1: