Sha256: 0ffd69c1ffb06ca884d6b4f56beb3289b94fe6ec7b89edc0e47763b55ed4542c

Contents?: true

Size: 318 Bytes

Versions: 25

Compression:

Stored size: 318 Bytes

Contents

# bundle exec rake hb:ssh
# bundle exec rake hb:staging
namespace :hb do
  task :ssh do
    system("ssh -t deploy@#{ENV.fetch('HATCHBOX_IP')} \"cd ~/arta/current ; bash --login\"")
  end

  task :staging do
    system("ssh -t deploy@#{ENV.fetch('HATCHBOX_IP')} \"cd ~/arta-staging/current ; bash --login\"")
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
effective_developer-0.8.5 lib/tasks/hatchbox.rake
effective_developer-0.8.4 lib/tasks/hatchbox.rake
effective_developer-0.8.3 lib/tasks/hatchbox.rake
effective_developer-0.8.2 lib/tasks/hatchbox.rake
effective_developer-0.8.1 lib/tasks/hatchbox.rake
effective_developer-0.8.0 lib/tasks/hatchbox.rake
effective_developer-0.7.8 lib/tasks/hatchbox.rake
effective_developer-0.7.7 lib/tasks/hatchbox.rake
effective_developer-0.7.6 lib/tasks/hatchbox.rake
effective_developer-0.7.5 lib/tasks/hatchbox.rake
effective_developer-0.7.4 lib/tasks/hatchbox.rake
effective_developer-0.7.3 lib/tasks/hatchbox.rake
effective_developer-0.7.2 lib/tasks/hatchbox.rake
effective_developer-0.7.1 lib/tasks/hatchbox.rake
effective_developer-0.7.0 lib/tasks/hatchbox.rake
effective_developer-0.6.17 lib/tasks/hatchbox.rake
effective_developer-0.6.16 lib/tasks/hatchbox.rake
effective_developer-0.6.15 lib/tasks/hatchbox.rake
effective_developer-0.6.14 lib/tasks/hatchbox.rake
effective_developer-0.6.13 lib/tasks/hatchbox.rake