Sha256: 6f67fe957f0667d0b87d20937a20d3f8aa945c870e797c5ba8826b4b515fab70
Contents?: true
Size: 514 Bytes
Versions: 3
Compression:
Stored size: 514 Bytes
Contents
set :application, "test_app" set :repository, "svn://rubyforge.org/var/svn/ec2onrails/trunk/test/#{application}" ssh_options[:keys] = ["#{ENV['HOME']}/.ssh/public-ec2-key"] set :host, ENV['HOST'] || "" role :web, host role :app, host role :db, host, :primary => true set :rails_env, "production" # EC2 on Rails config set :ec2onrails_config, { :packages => [], :rubygems => [], :timezone => "Canada/Eastern", :server_config_files_root => "../server_configs", :services_to_restart => %w(sysklogd) }
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
ScholarNexus-ec2onrails-0.9.10 | test/test_app/config/deploy.rb |
ScholarNexus-ec2onrails-0.9.11 | test/test_app/config/deploy.rb |
skippy-ec2onrails-0.9.11 | test/test_app/config/deploy.rb |