From 4bce0c45c3daeb8ea4a58aadd5d408f49f3bb5ed Mon Sep 17 00:00:00 2001 From: Max <maxts@stud.ntnu.no> Date: Tue, 7 Apr 2020 13:33:06 +0200 Subject: [PATCH] small err fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1c1e8c..86f56d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ deploy: - apt-get update - apt-get install --assume-yes rsync - rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@129.241.96.148:app - - ssh app@a129.241.96.148 systemctl --user restart app + - ssh app@129.241.96.148 systemctl --user restart app only: - master -- GitLab