Update deploy config

This commit is contained in:
Vladimir Sharshov 2011-10-24 17:37:24 +04:00
parent 0b6e5ec51a
commit cff8643082
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ role :db, domain, :primary => true
ssh_options[:auth_methods] = %w(publickey password)
set :use_sudo, false
set :repository, "git@github.com:evilmartians/rosa-build.git"
set :branch, "test_master"
set :repository, "git@github.com:warpc/rosa-build.git"
set :branch, "master"
set :git_shallow_clone, 1
set :keep_releases, 3