Robin, The best straregy is to subclass the Copy strategy, and modify the deploy! behavior, example class here, I recommend putting it into a file that you load before setting up the environment (but maybe before loading railsless deploy)
The file could be a simple as https://gist.github.com/4627efcece7cc63ebd9f - where the implementation of that method is copied, pasted and modified for your needs. Then, you should be able to set the strategy to :hooked_copy or something - Regrettably, I can't test any of this out here, but that's the approach which has worked for others. -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
