diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a47e78bba45cc935fea406d1f0aeb424d49d970f..c8af959927ca7a046fe5be967225c380c53ca8f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ deploy:
     - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
     - apt-get update
     - apt-get install --assume-yes rsync
-    - rsync --archive --delete --exclude='.git' --exclude='node_modules' . alex@ssssh.heroesunknown.net
+    - rsync --archive --delete --exclude='.git' --exclude='node_modules' . alex@ssssh.heroesunknown.net:app
     - ssh alex@ssssh.heroesunknown.net systemctl --user restart app
   only:
     - master
diff --git a/public/index.html b/public/index.html
index 285fd2e2bff8e6b6f9d15a3eb45a6cc869fd539b..5583774d0fe6c2cf11b07fa310b206ef1a5af365 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,6 @@
     <meta charset="UTF-8" />
   </head>
   <body>
-    This is App Bop
+    This is App Bop 2
   </body>
 </html>