tap/config/deploy/production.rb

10 lines
249 B
Ruby
Raw Normal View History

2015-09-08 13:30:18 +02:00
server 'zeus.ugent.be', user: 'tap', roles: %w{web app db}, ssh_options: {
2014-11-25 10:00:55 +01:00
forward_agent: true,
auth_methods: ['publickey'],
port: 2222
}
set :rails_env, 'production'
2015-09-01 15:05:56 +02:00
set :rbenv_type, :system
set :rbenv_ruby, File.read('.ruby-version').strip