diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 74cdb57..f3d6b54 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,7 +1,7 @@ - TaĆ¾ - Zeus WPIs drinking and billing system + Tap - Zeus WPIs drink ordering system <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 52ad315..18ef671 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,4 +1,4 @@ -server 'zeus.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: { +server 'zeus.ugent.be', user: 'tap', roles: %w{web app db}, ssh_options: { forward_agent: true, auth_methods: ['publickey'], port: 2222 diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 5593459..86752d0 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1,4 +1,4 @@ -server 'king.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: { +server 'king.ugent.be', user: 'tap', roles: %w{web app db}, ssh_options: { forward_agent: true, auth_methods: ['publickey'], port: 2222