set :domain, 'your.domain.net'
set :deploy_to, '/path/to/deploy/app'
set :repository, 'git@...'
set :branch, 'master'
set :user, 'user'

@stage = 'production'