Displaying 1 result from an estimated 1 matches for "scm_verbose".
Did you mean:
mce_verbose
2009 Feb 15
2
Execute cap deploy:migrations fails
...t should be good
set :repository, "#{user}@#{domain}:home/#{user}/#{domain}/git/#
{application}.git"
set :deploy_to, "/home/#{user}/#{domain}"
set :deploy_via, :remote_cache
set :scm, ''git''
set :branch, ''master''
set :git_shallow_clone, 1
set :scm_verbose, true
set :use_sudo, false
server domain, :app, :web
role :db, domain, :primary => true
namespace :deploy do
task :restart do
run "touch #{current_path}/tmp/restart.txt"
end
end
I am guessing my path to my git repository is incorrect but I checked
many ... many times and thi...