Retrospring/config/deploy/production.rb

8 lines
160 B
Ruby
Raw Normal View History

2014-12-21 13:12:59 -08:00
server 'rrerr.net', user: 'justask', roles: %w{web app}
set :ssh_options, {
keys: %w(~/.ssh/id_rsa),
forward_agent: false,
auth_methods: %w(publickey)
}