Tag Archives: branch
Capistrano – Deploying a Branch
When deploying from Capistrano, I like to have the following in my ‘deploy.rb’ file: set :scm, "git" set :repository, "git@www.example.com:project.git" set :git_shallow_clone, 1 set :deploy_via, :remote_cache This allows speeds deployments by keeping a versions checked out on the server in … Continue reading
