Skip to content

Instantly share code, notes, and snippets.

@return-none
Created March 14, 2013 17:53
Show Gist options
  • Save return-none/5163537 to your computer and use it in GitHub Desktop.
Save return-none/5163537 to your computer and use it in GitHub Desktop.
Capistrano deploy from local directory
set :scm, :none
set :repository, "."
set :deploy_via, :copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment