I'm deploying a rails application, and my project is a subfolder inside the git repository.
So the problem is, when it deploys, the current folder has: REVISION webappwww log public tmp And the folder webappwww is the folder that contains: Capfile Gemfile.lock Rakefile config db lib script test app .... *During the deploy, is it possible to tell capistrano to push the files from /master/webappwww to the /current folder? -- * 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
