Does it still load the deploy recipe library so that I can use some of
the methods in there? For example, I currently use this in my Capfile
(nee config/deploy.rb):

namespace :deploy do
  desc "Deploys your project."
  task :default do
    update
  end
end

On Oct 16, 12:52 pm, Jamis Buck <[EMAIL PROTECTED]> wrote:
> All you need to do is remove the load("deploy") line from Capfile. In  
> fact, if you aren't using rails, you should JUST be using Capfile, and  
> not config/deploy.rb. The config/deploy.rb file is just to satisfy  
> Rails' desire to have all configuration under config/.

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to