diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 0d04849..0ced642 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -11,4 +11,19 @@ # Setup Git ############################################ -set :branch, "development" \ No newline at end of file +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"