Hi Peter, I'm going to skip to the last question you asked, and answer it with a couple of hints.. firstly - you can (should?) be using the remote_cache deploy strategy<http://wiki.capify.org/index.php?title=Understanding_deployment_strategies#Deploy_Strategy_:remote_cache>- and you can benefit from it's :copy_exclude variable, which excludes an array of items you define from being copied from the cache to the release directory.
- Please let me know if this doesn't help - and we'll pick up the question again on Monday. Lee Hambley 2008/11/2 Peter Booth <[EMAIL PROTECTED]> > > Hello, > > I am using the multistage feature in capistrano-ext to deploy four > application to six or seven stages. I use a standardized directory > structure for all applications and use conditional logic in deploy.rb > and the stage specific files in /deploy to ensure app-specific > behavior. I'd like to extend this to also use Capistrano to deploy > nginx configuration files and static data that is currently stored > within [application]/public > > Does anyone have experience of doing such a thing, ideally in a > fashion where application-stage-host mappings are centralized so they > can easily be viewed? > > Has anyone sucessfully deployed an application excluding a svn > subdirectory? > I have static files that are much larger than the rest of my > application and I would like to avoid having five minute deploys. > > Peter > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
