Hi, I have a repo that's a simple static site. The trunk is the websites document root. I need to deploy this site to a server that has current/ www as its document root, where "current" is the directory created by capistrano. I'm trying to figure out the best way to:
create a www directory after deploy move all of the files (except for "www") into "www" That just seems weird though. Is there are way to specify something like: before 'deploy:update_code', 'create_www_and_set_current_path_to_www' ? Thanks for any insight on how this can be accomplished. Matt --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
