aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/production.rb.example
blob: 96363234504880b8ff22e25f6ffe832241df865c (plain) (blame)
1
2
3
4
5
6
7
# Set the server address and user name to your configuration here:
server 'example.com', user: 'deploy', roles: %w{web app db}

#Change this to the proper directory on your server:
set :deploy_to, '/var/www/app'

set :branch, 'production'