Sha256: 9cf616af0c4af996948479475df4902b561a1cb632ddc0a21a26d4f1c94b2536
Contents?: true
Size: 340 Bytes
Versions: 19
Compression:
Stored size: 340 Bytes
Contents
set(:domain) { abort "You need to set the :domain variable, e.g set :domain 'www.example.com'" } set(:application) { domain.split('.').first } # TODO - find proper 2nd level domain set :user, 'deployer' set :group, 'www' set :use_sudo, false set :sudo, 'sudo -n' set :sudo_prompt, '' set :password, '' ssh_options[:forward_agent] = true
Version data entries
19 entries across 19 versions & 1 rubygems