arya / capistrano_twitter
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Arya Asemanfar (author)
Thu Jun 05 20:05:00 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Jun 04 21:09:44 -0700 2008 | |
| |
README | Wed Jun 04 21:09:44 -0700 2008 | |
| |
recipes/ | Thu Jun 05 20:05:00 -0700 2008 |
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"
