Fix asset on subdomain

This commit is contained in:
benji 2015-09-11 18:30:41 +02:00
parent 40f35be26c
commit 35ec93e161

View file

@ -7,3 +7,4 @@ server 'zeus.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: {
set :rails_env, 'production'
set :rbenv_type, :system
set :rbenv_ruby, File.read('.ruby-version').strip
set :default_env, 'RAILS_RELATIVE_URL_ROOT' => '/tab'