I have a remote git repository setup for centralized development within my team. However, the production server that we deploy our applications currently does not have git runni
Have you tried something like
set :repository, "myserver.com/git/#{application}" set :scm, :none set :deploy_via, :copy
I've never tried this, but this seems to be the sort of approach you would need to go about using. A little more insight in the Capistrano RDocs.