9 lines
176 B
Ruby
9 lines
176 B
Ruby
|
server 'zeus.ugent.be', user: 'tab', roles: %w{web app db},
|
||
|
ssh_options: {
|
||
|
forward_agent: true,
|
||
|
auth_methods: ['publickey'],
|
||
|
port: 2222
|
||
|
}
|
||
|
|
||
|
set :rails_env, 'production'
|