Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created April 2, 2012 18:03
Show Gist options
  • Save mrrooijen/2285787 to your computer and use it in GitHub Desktop.
Save mrrooijen/2285787 to your computer and use it in GitHub Desktop.
Deploy with Capistrano without SCM.
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