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

Version Path
j-cap-recipes-0.0.18 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.17 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.16 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.15 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.14 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.13 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.12 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.11 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.10 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.9 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.8 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.7 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.5 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.4 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.3 lib/j-cap-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.2 lib/capistrano-recipes/tasks/hpusher.rake
j-cap-recipes-0.0.1 lib/capistrano-recipes/tasks/hpusher.rake