diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea70f8778a452f2b798c211c15ab544e2303e654..b718f9148816eb38581cc088b5e61b880114bf93 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@129.241.96.146:app - - ssh app@app.ntnu.no systemctl --user restart app + - ssh app@129.241.96.146 systemctl --user restart app only: - master