Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Update README. Thanks, @tapajos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Sep 10, 2011
1 parent 56fd720 commit ee04efc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Expand Up @@ -29,29 +29,31 @@ gem 'kumade'
## Usage

kumade will deploy to any Heroku remote in the repo.
For example, if you have a remote named "bamboo":
For example, if you have a remote named "staging":

$ bundle exec kumade bamboo
$ bundle exec kumade staging

or

# in your Rakefile:
require 'kumade'

# kumade auto-generates a deploy:ENV task for every Heroku environment
$ rake deploy:bamboo
$ rake deploy:staging

which will autodetect the name of the Heroku app that the bamboo remote points
to and deploy to it.
which will autodetect the name of the Heroku app that the "staging" remote points
to and deploy to it. If you use rake tasks, you can't pass in options (like
"-p").

To run in pretend mode, which prints what would be done without actually doing
any of it:

$ bundle exec kumade bamboo -p
$ bundle exec kumade staging -p

The default is to deploy to staging:

$ bundle exec kumade # equivalent to "bundle exec kumade staging"
# equivalent to "bundle exec kumade staging"
$ bundle exec kumade


## Does it support the Cedar stack?
Expand Down

0 comments on commit ee04efc

Please sign in to comment.