Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Add a description and usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Aug 26, 2011
1 parent 264570d commit 0e57ab8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rdoc
@@ -1,6 +1,17 @@
= capistrano-notification

Description goes here.
This allow to notify the end of the deployment on IRC.

== Usage

require 'capistrano-notification'

notification.irc do |irc|
irc.host 'chat.freenode.net'
irc.channel '#rubykaigi.org'
irc.message { "#{local_user} deployed #{application} to #{deploy_target}" }
end


== Note on Patches/Pull Requests

Expand Down

0 comments on commit 0e57ab8

Please sign in to comment.