public
Description: Keep your users update about your site through twitter status updates when you deploy.
Clone URL: git://github.com/arya/capistrano_twitter.git
name age message
file MIT-LICENSE Wed Jun 04 21:09:44 -0700 2008 initial commit, nothing fancy [Arya Asemanfar]
file README Wed Jun 04 21:09:44 -0700 2008 initial commit, nothing fancy [Arya Asemanfar]
directory recipes/ Thu Jun 05 20:05:00 -0700 2008 * twitter times out on open, not read, oops [Arya Asemanfar]
README
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"