diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e739c5b2639378abda004ae7a8130d08b4a741a8..b263f6527fe5c72eddf4c972f48709845cd6c83b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ deploy: - echo "$key" > ~/.ssh/id_rsa - apt update - apt-get install --assume-yes rsync - - rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@app.ntnu.no:app + - rsync --archive --delete --exclude='.git' --exclude='node_modules' . speed@35.228.31.13:app - ssh speed@35.228.31.13 systemctl --user restart app only: - master