Skip to content

Instantly share code, notes, and snippets.

@bxt
Created October 31, 2012 21:10
Show Gist options
  • Save bxt/3989884 to your computer and use it in GitHub Desktop.
Save bxt/3989884 to your computer and use it in GitHub Desktop.
Rails Deploy Configs
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment