Hi, I am trying to deploy with Capistrano 2.3. Because the rails
directory I am trying to deploy is not in the root of the git repo,
the rake db:migrate fails. How do i tell cap that the rails dir is in
a sub directory?

set :scm, :git
set :repository,  "[EMAIL PROTECTED]:user/repo.git"
set :deploy_via, :remote_cache
set :branch, "origin/development"

in the origin/development branch the directory structure looks like
this:

rails/
another_app/
another_app2/

I have been trying everything I can think of but nothing works.

Many thanks,

Will




--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to