Check for the presence of a password in the deploy config
This commit is contained in:
parent
1d04c89b48
commit
6dff249c73
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ set :deploy_to, all['deploy_to']
|
||||||
set :scm, :git
|
set :scm, :git
|
||||||
set :user, all['user']
|
set :user, all['user']
|
||||||
#set :user, ARGV[0]
|
#set :user, ARGV[0]
|
||||||
set :password, all['password']
|
set :password, all['password'] if all['password']
|
||||||
set :scm_verbose, true
|
set :scm_verbose, true
|
||||||
set :repository, all['repo']
|
set :repository, all['repo']
|
||||||
set :branch, all['branch']
|
set :branch, all['branch']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue