s/tab/tap/g
This commit is contained in:
parent
d9cc0ee30e
commit
8ac363911e
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Taþ - Zeus WPIs drinking and billing system</title>
|
||||
<title>Tap - Zeus WPIs drink ordering system</title>
|
||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||
<%= csrf_meta_tags %>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue