Skip to content

Instantly share code, notes, and snippets.

@netzpirat
Forked from stephencelis/gist:72794
Created May 6, 2009 21:53
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 netzpirat/107768 to your computer and use it in GitHub Desktop.
Save netzpirat/107768 to your computer and use it in GitHub Desktop.
Global Capistrano recipes
# ~/.caprc
Dir["#{ENV['HOME']}/.recipes/*.rb"].each do |tasks|
load tasks
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment