tap/config/deploy/staging.rb

8 lines
174 B
Ruby
Raw Normal View History

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