tap/config/deploy/production.rb

10 lines
249 B
Ruby
Raw Normal View History

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