diff --git a/README.md b/README.md index 3a9a4df..b820c67 100644 --- a/README.md +++ b/README.md @@ -116,20 +116,20 @@ There are several optional recipes that need additional gems in your Gemfile: * [info](#recipes-info): Deployment configuration information, available at a glance. -### Foundational +### Foundational -#### git_style +#### git_style > GitHub-style deployments, fully compatible with third party recipes. A Git style deployment strategy based on GitHub's [Deployment Script Spring Cleaning][github_spring] blog post. -#### foreman +#### foreman > Forget Unicorns, Resque workers, and God. Think processes. -#### bundler +#### bundler > Binstub `PATH`-aware deployments with custom shebangs and more. @@ -137,56 +137,56 @@ Uses the delivered [Bundler][cap_bundler] implementation with support for shebangs, binstubs `PATH` inclusion, and a generated `bin/bundle` binstub script file. -### Core +### Core -#### defaults +#### defaults > Common baseline defaults and an augmented `deploy:cold`. -#### multistage +#### multistage > Deploy to multiple environments like `"staging"` and `"production"`. Uses the delivered [Capistrano multistage][cap_multistage] implementation with a few additional helpers. -#### assets +#### assets > Rails asset pipeline support: done! -#### db_seed +#### db_seed > Tracking deployments in Airbrake -#### database_yaml +#### database_yaml > No more database password baked in your code, leave that up to the server. -### Gravy +### Gravy -#### ssh +#### ssh > Connect to your infrastructure nodes without thinking. -#### console +#### console > Rails 2/3, Sinatra, and Rack consoles, running in one command. -#### colors +#### colors > Deploys, but prettier. > Rails console, ready for input in one command. -#### campfire +#### campfire > Notify your team of deployment and maintenace events. -#### airbrake +#### airbrake > Track your deployments in Airbrake/Hoptoad/Errbit -#### info +#### info > Deployment configuration, available at a glance.