deploy
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
2 changed files
with
3 additions
and
3 deletions
| 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 | ... | ... |
-
Please register or sign in to post a comment