Skip to content

Commit

Permalink
updated staging.rb to provide extra ssh options
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhitehouse committed Sep 23, 2014
1 parent e9b6c2a commit 89c0ba2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,19 @@
# Setup Git
############################################

set :branch, "development"
set :branch, "development"

############################################
# Extra Settings
############################################

#specify extra ssh options:

#set :ssh_options, {
# auth_methods: %w(password),
# password: 'password',
# user: 'username',
#}

#specify a specific temp dir if user is jailed to home
#set :tmp_dir, "/path/to/custom/tmp"

0 comments on commit 89c0ba2

Please sign in to comment.