mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:26:03 +01:00
7 lines
160 B
Ruby
7 lines
160 B
Ruby
server 'rrerr.net', user: 'justask', roles: %w{web app}
|
|
|
|
set :ssh_options, {
|
|
keys: %w(~/.ssh/id_rsa),
|
|
forward_agent: false,
|
|
auth_methods: %w(publickey)
|
|
}
|