This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Arya Asemanfar (author)
Thu Jun 05 20:05:00 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Jun 04 21:09:44 -0700 2008 | [Arya Asemanfar] |
| |
README | Wed Jun 04 21:09:44 -0700 2008 | [Arya Asemanfar] |
| |
recipes/ | Thu Jun 05 20:05:00 -0700 2008 | [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"




