Skip to content

Instantly share code, notes, and snippets.

@richardsweeney
Created January 27, 2016 13:07
Show Gist options
  • Save richardsweeney/2240fa61ff0388dc81b8 to your computer and use it in GitHub Desktop.
Save richardsweeney/2240fa61ff0388dc81b8 to your computer and use it in GitHub Desktop.
capistrano production config
set :stage, :production
role :app, %w{[email protected]}
set :deploy_to, '/usr/share/nginx/capistrano/'
set :linked_files, %w{local-config.php content/object-cache.php content/debug.log robots.txt}
set :branch, "master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment