Skip to content

Commit

Permalink
updated skip_steps usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Mar 28, 2010
1 parent 2d88f3d commit 80371df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ deploy.cache_dirs = ['public/cache', 'tmp/cache'] # default ['public/cache']
# This feature is also available on command line
# eg. rake inploy:update:remote skip_steps=install_gems

deploy.skip_steps = 'install_gems,clear_cache' # default empty, params are comma separated
deploy.skip_steps = ['install_gems', 'clear_cache'] #default none
</code></pre>

h2. LICENSE:
Expand Down
2 changes: 1 addition & 1 deletion deploy.rb.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ deploy.cache_dirs = ['public/cache', 'tmp/cache'] # default ['public/cache']
# This feature is also available on command line
# eg. rake inploy:update:remote skip_steps=install_gems

deploy.skip_steps = 'install_gems,clear_cache' # default empty, params are comma separated
deploy.skip_steps = ['install_gems' , 'clear_cache'] # default none

0 comments on commit 80371df

Please sign in to comment.