Sha256: c24f80ec218afba45c41f92b55d20a46d714268927967a9ac85bed985bfdaac4
Contents?: true
Size: 198 Bytes
Versions: 17
Compression:
Stored size: 198 Bytes
Contents
namespace :hpusher do desc 'Upload config/hpusher.yml to remote server' task :update => 'config/hpusher.yml' end remote_file 'config/hpusher.yml' => File.join(Dir.pwd, 'config', 'hpusher.yml')
Version data entries
17 entries across 17 versions & 1 rubygems