arya / capistrano_twitter

Keep your users update about your site through twitter status updates when you deploy.

This URL has Read+Write access

capistrano_twitter / README
100644 22 lines (13 sloc) 0.629 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"