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.6.12 lib/tasks/hatchbox.rake
effective_developer-0.6.11 lib/tasks/hatchbox.rake
effective_developer-0.6.10 lib/tasks/hatchbox.rake
effective_developer-0.6.9 lib/tasks/hatchbox.rake
effective_developer-0.6.8 lib/tasks/hatchbox.rake