aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/staging.rb.example
blob: 1d1421cd3bb5ef1fdc70d1481cd77ea50e784eda (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, 'staging'