From b072077c2b4489e48bfcf60b7d231eef1364b1fb Mon Sep 17 00:00:00 2001
From: Emir <memir0@hotmail.no>
Date: Thu, 16 Apr 2020 18:15:45 +0200
Subject: [PATCH] updated address

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e739c5b..b263f65 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
-- 
GitLab