Sha256: 1e252f52cb3e05d2f0b516ed382eca512b6cbc4289314367d128d92728e57871
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
# heroku_deploy This gem is an easy way to quickly setup and deploy staging and production environments for your project on heroku. ###Installation Instructions Install the gem: sudo gem install heroku_deploy In environment.rb config.gem "heroku_deploy" In your Rakefile: begin require 'heroku_deploy' HerokuDeploy::Tasks.new( :staging_app => "example-app-staging", :production_app => "example-app") rescue LoadError puts "heroku_deploy (or a dependency) not available. Install it with: gem install heroku_deploy" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
heroku_deploy-0.0.6 | README.markdown |