tab/config/deploy/staging.rb
2015-09-08 14:14:24 +02:00

10 lines
249 B
Ruby

server 'king.ugent.be', user: 'tap', roles: %w{web app db}, ssh_options: {
forward_agent: true,
auth_methods: ['publickey'],
port: 2222
}
set :rails_env, 'production'
set :rbenv_type, :system
set :rbenv_ruby, File.read('.ruby-version').strip