Skip to content

Instantly share code, notes, and snippets.

@clauswitt
Created October 22, 2013 08:16
Show Gist options
  • Save clauswitt/7096952 to your computer and use it in GitHub Desktop.
Save clauswitt/7096952 to your computer and use it in GitHub Desktop.
activate :deploy do |deploy|
deploy.build_before = true
deploy.method = :rsync
deploy.host = "hostname.com"
deploy.path = "/opt/sites/hostname.com"
deploy.user = "deploy"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment