From 01103365f52547dcfe381cb7c2db531e8e40baba Mon Sep 17 00:00:00 2001 From: Alexander <alexac@student.ntnu.no> Date: Sat, 23 May 2020 14:55:08 +0100 Subject: [PATCH] Second commit --- .gitlab-ci.yml | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a47e78b..c8af959 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 285fd2e..5583774 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> -- GitLab