From 2bfcf7bd0e53a303fc05157bc14c08a6626fac7f Mon Sep 17 00:00:00 2001 From: Mikael Kalstad <mikaek@stud.ntnu.no> Date: Thu, 16 Apr 2020 19:10:01 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e944cb..6b211e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,6 @@ deploy: - apt-get update - apt-get install --assume-yes rsync - rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@192.168.50.1 - - ssh app@192.168.50.1 systemctl --user restart app + - ssh -p 5505 app@192.168.50.1 systemctl --user restart app only: - master -- GitLab