8e2658be by Jeff Balicki

deploy

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