8e2658be by Jeff Balicki

deploy

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7310e480
set :application, 'svi-staging'
set :application, 'stellervistaconnect'
set :repo_url, 'git@git.gotenzing.com:Jeremy/stellervista-Intranet.git'
# Branch options
......
set :application, 'explore-the-bruce-staging'
set :application, 'svi-staging'
set :branch, "staging"
# Simple Role Syntax
# ==================
role :web, %w{jeremy@can-1}
role :web, %w{tenzing_www@web-1}
# you can set custom ssh options
# it's possible to pass any option but you need to keep in mind that net/ssh understand limited list of options
......