tap/config/deploy/staging.rb

8 lines
174 B
Ruby
Raw Normal View History

2015-09-08 13:30:18 +02:00
server 'king.ugent.be', user: 'tap', roles: %w{web app db}, ssh_options: {
2015-03-19 22:53:49 +01:00
forward_agent: true,
auth_methods: ['publickey'],
port: 2222
}
set :rails_env, 'production'