Created
January 27, 2016 13:07
-
-
Save richardsweeney/2240fa61ff0388dc81b8 to your computer and use it in GitHub Desktop.
capistrano production config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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