Skip to content

Instantly share code, notes, and snippets.

@ryanray
ryanray / deploy.rb
Created November 21, 2013 05:32 — forked from alkema/deploy.rb
set :application, "appname"
set :deploy_to, "/var/www"
set :scm, :git
set :repository, "git@github.com:user/app.git"
default_run_options[:pty] = true
set :user, "www-data"
set :domain, "foo.tld"
set :normalize_asset_timestamps, false