mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
Check for the presence of a password in the deploy config
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user