Created
March 3, 2011 03:26
-
-
Save benoror/852283 to your computer and use it in GitHub Desktop.
File: benoror@macmini:~/simpleapp/Capfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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