aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/staging.rb
blob: 8c9e0be90e773592761bd0c00cc7271cf8cb61e2 (plain) (blame)
1
2
3
4
5
6
server 'volse.local', :user => 'hmno', :roles => %w{web app db}

set :piwik_disabled, true

# Ask for which branch to deploy, default is current branch.
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call