Skip to content

Instantly share code, notes, and snippets.

@benoror
Created March 3, 2011 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benoror/852283 to your computer and use it in GitHub Desktop.
Save benoror/852283 to your computer and use it in GitHub Desktop.
File: benoror@macmini:~/simpleapp/Capfile
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
#For an unknown reason Capistrano can't load Thinking-Sphinx Recipes
#...so commenting out next line
#Dir['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