From a2df79d9d1dc9dde6a0779e7633b4d9ad8b4c672 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Mon, 6 Aug 2018 19:51:30 +0200 Subject: [PATCH] Tab runs on tab.zeus.gent --- config/deploy/production.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 4224ad9..52ad315 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -7,4 +7,3 @@ 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'