tap/config/deploy/production.rb

10 lines
249 B
Ruby
Raw Normal View History

2018-08-08 00:24:39 +02:00
server 'tap.zeus.gent', 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