diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1c1e8c10bbb510a41449f83fed4ac8ad99db46a..86f56d93746368475e10e8f3e9882fb6fd65d427 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