Update deploy config
This commit is contained in:
parent
0b6e5ec51a
commit
cff8643082
|
@ -26,8 +26,8 @@ role :db, domain, :primary => true
|
||||||
ssh_options[:auth_methods] = %w(publickey password)
|
ssh_options[:auth_methods] = %w(publickey password)
|
||||||
set :use_sudo, false
|
set :use_sudo, false
|
||||||
|
|
||||||
set :repository, "git@github.com:evilmartians/rosa-build.git"
|
set :repository, "git@github.com:warpc/rosa-build.git"
|
||||||
set :branch, "test_master"
|
set :branch, "master"
|
||||||
set :git_shallow_clone, 1
|
set :git_shallow_clone, 1
|
||||||
set :keep_releases, 3
|
set :keep_releases, 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue