I know you can change repository path to tagged releases, but i wonder
is there way so i don't have to change config/deploy.rb file in rails.
thanks.
You can set either of these from the command-line:
cap -s repository=http://blah.blah.blah deploy
cap -s revision=123 deploy
- Jamis