Skip to content

Instantly share code, notes, and snippets.

View adamstrawson's full-sized avatar

Adam Strawson adamstrawson

  • SequenceHQ
  • Brighton
View GitHub Profile
# --------------------------------------------
# General
# --------------------------------------------
set :shared_children, %w(cache logs) # Shared directories, these directories contain generated content which should not be wiped out during deployments.
set :application, "domain.com" # Application name
set :deploy_to, "/var/www/#{application}/#{stage}" # Path where files are deployed to ...
# --------------------------------------------
# Server
# --------------------------------------------