On 4/16/09 11:26 PM, Ivar Vasara wrote: > As I tried to communicate in my earlier post (on Thu, 16 Apr 2009), it > doesn't seem as if the stage files are actually being loaded. I'm not > sure how to get capistrano to recognize the files generated by cap > multistage:prepare.
Are you requiring the multistage code in deploy.rb? You need to make sure and have a line something like this: require 'capistrano/ext/multistage' But that really ought to be all it takes for it work. > Is there a problem with the approach of 1. defining all tasks in > deploy.rb then 2. customizing deployments for specific environments > using hooks in the appropriate stage file ? That should work just fine. At this point, I think the best thing you could do is post your recipe files somewhere for us to review. - Jamis --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
