summaryrefslogtreecommitdiffstats
path: root/config/deploy/staging.rb
blob: 20732beb63ee382bf285bc94730d38cb90b143ec (plain) (blame)
1
2
3
4
server 'volse.local', user: 'norskurskog', roles: %w{app db web}

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