Check for the presence of a password in the deploy config

This commit is contained in:
Raphael 2010-09-15 09:43:59 -07:00
parent 1d04c89b48
commit 6dff249c73

View file

@ -30,7 +30,7 @@ set :deploy_to, all['deploy_to']
set :scm, :git
set :user, all['user']
#set :user, ARGV[0]
set :password, all['password']
set :password, all['password'] if all['password']
set :scm_verbose, true
set :repository, all['repo']
set :branch, all['branch']