Fix asset on subdomain
This commit is contained in:
parent
40f35be26c
commit
35ec93e161
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue