On Capistrano 2.1.0 (on PC) I can
cap deploy
cap deploy:rollback
On Capistrano 2.2.0 (Linux) none of it works
[EMAIL PROTECTED] lenanew]$ cap deploy
the task `deploy' does not exist
[EMAIL PROTECTED] lenanew]$ cap deploy:rollback
the task `deploy:rollback' does not exist
[EMAIL PROTECTED] lenanew]$ cap -h
Usage: cap [options] action
-e, --explain TASK Displays help (if available) for
the task.
-F, --default-config Always use default config, even
with -f.
...
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---