s/tab/tap/g

This commit is contained in:
Tom Naessens 2015-09-08 13:30:18 +02:00
parent d9cc0ee30e
commit 8ac363911e
3 changed files with 3 additions and 3 deletions

View file

@ -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 %>

View file

@ -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

View file

@ -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