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

Commit

Permalink
Explain the autogenerated Rake tasks a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Sep 6, 2011
1 parent f826118 commit 1d40e91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -30,6 +30,10 @@ For example, if you have a remote named "bamboo":

or

# in your Rakefile:
require 'kumade'

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

which will autodetect the name of the Heroku app that the bamboo remote points
Expand Down Expand Up @@ -142,7 +146,7 @@ Tested against:

## Misc Features

Want to run a task before bundling your assets on deploy? In your rails app's rake tasks, drop in:
Want to run a task before bundling your assets on deploy? In your Rails app's rake tasks, drop in:

``` ruby
namespace :kumade do
Expand Down

0 comments on commit 1d40e91

Please sign in to comment.