public
Description: Keep your users update about your site through twitter status updates when you deploy.
Homepage:
Clone URL: git://github.com/arya/capistrano_twitter.git
name age message
file MIT-LICENSE Loading commit data...
file README Wed Jun 04 21:09:44 -0700 2008 initial commit, nothing fancy [arya]
directory recipes/
CapistranoTwitter
=================

This plugin simply asks you if you want to update the twitter status for your application when you deploy.

You specify your twitter user and password in deploy.rb (see example below)

And when you run cap deploy, it will prompt you for a twitter status.

If you leave the twitter status blank, then no update will be made.

This is useful if you have a twitter account specifically for your app where you
like to keep your users up-to-date about site updates, features, fixes, etc.


Example
=======

In your config/deploy.rb

set :twitter_user, "myappname"
set :twitter_password, "password"