Skip to content

cromwellryan/capistrano-slack

 
 

Repository files navigation

Capistrano Slack

Push deployment messages to Slack

require 'capistrano/slack'
set :slack_token, "webhook_token" # comes from inbound webhook integration
set :slack_room, "#general"
set :slack_subdomain, "kohactive" # if your subdomain is kohactive.slack.com

About

Capistrano slack integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%