Skip to content

Instantly share code, notes, and snippets.

@jmeridth
Created January 29, 2009 01:58
Show Gist options
  • Save jmeridth/54321 to your computer and use it in GitHub Desktop.
Save jmeridth/54321 to your computer and use it in GitHub Desktop.
Capfile for capistrano
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment