#slack-semaphore-integration
###Semaphore Semaphore is a fully managed, high performance testing and deployment solution for your company.
###Slack It’s real-time messaging, archiving and search for modern teams.
##How it works Receive message with build status from semaphore in your slack channel
##Configuration Add Incoming WebHooks Integration https://subdomain.slack.com/services/new
Expand Instructions for creating Incoming WebHooks and get the token
Go to semaphore / project / settings / notifications / webhooks
Add this url and change params
http://slack-semaphore-integration.herokuapp.com?token=yourtoken&channel=yourchannel&subdomain=yourdomain
###Done, your integration should work
- Fork it ( https://github.com/brunoadacosta/slack-semaphore-integration.git )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request