diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3729e8df7fe1075540784a29812e7586a033db9..aabf4ac2b88147ad3c3f5a26ce09980ffde39894 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ include:
 
 build:
   stage: deploy
-  tags: ["host01.shore.co.il"]
+  tags: ["ns4.shore.co.il"]
   only:
     refs:
       - master
diff --git a/Pipfile b/Pipfile
index 60c51b6020fa978d51409ffcfdcceae930248f50..3c0dbfb43902d8f389b445783005266f2db23b41 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,4 +16,4 @@ python_version = "3"
 build = "pelican --settings publishconf.py"
 clean = "rm -rf __pycache__/ output/* sitespeed-result/ lighthouse-result/"
 dev = "pelican --listen --port 8080 --autoreload"
-publish = "rsync --delete --verbose --times --recursive --compress --checksum output/ nimrod@host01.shore.co.il:/var/www/www.shore.co.il/blog/"
+publish = "rsync --delete --verbose --times --recursive --compress --checksum output/ nimrod@ns4.shore.co.il:/var/www/www.shore.co.il/blog/"