nickflux wrote: > I use Capistrano for deploying my apps, and have been doing so for a > while. I > keep seeing references to the 'cleanup' task, as in: > > desc "Cleanup after every deployment" > task :after_deploy do > cleanup > end > > But I don't seem to have this task available. [...]
Assumning a standard Capistrano setup, that task is in the deploy namespace, so try cap deploy:cleanup. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

