Skip to content

Instantly share code, notes, and snippets.

@tomlea
Created February 22, 2009 04:06
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 tomlea/68323 to your computer and use it in GitHub Desktop.
Save tomlea/68323 to your computer and use it in GitHub Desktop.
set :deploy_via, :copy
set :copy_cache, true
set :copy_exclude, [".git/*", ".svn/*"]
set :copy_strategy, :export
set :repository, Dir.pwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment