Sha256: 71137353e8223991a983463caad3a809721dcf48a4f5fcd3dc05b28132cafd64
Contents?: true
Size: 405 Bytes
Versions: 55
Compression:
Stored size: 405 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do |config| on :exit do unless ENV['LOCAL_ONLY'] && !ENV['LOCAL_ONLY'].empty? logger.important "uploading deploy logs: #{log_path}/#{application}-#{ENV["_AO_DEPLOYER"]}.log-#{Time.now.strftime('%Y%m%d-%H%M')}" put full_log, "#{log_path}/#{application}-#{ENV["_AO_DEPLOYER"]}.log-#{Time.now.strftime('%Y%m%d-%H%M')}" end end end
Version data entries
55 entries across 55 versions & 1 rubygems