Skip to content

Commit

Permalink
Removed deprecated config options
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Feb 12, 2009
1 parent ac24d99 commit 5de49fe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions bin/depify
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,7 @@ caprc = unindent(<<-FILE)
# Include deprec - deployment recipes for Capistrano (www.deprec.org)
#
require 'deprec'
#
# SSH options
#
# Use ssh keys instead of typing password every time
# Replace with the path to your ssh public key
ssh_options[:keys] = File.join(ENV['HOME'], '.ssh', 'id_rsa')
#
# Allow ssh keys to be forwarded (to scm server, through :gateway, etc)
ssh_options[:forward_agent] = true
#
# Stop some annoying warnings
ssh_options[:paranoid] = false
FILE

files = {
Expand Down

0 comments on commit 5de49fe

Please sign in to comment.