From 1293567d26f872aa107d308e3e350d1e519d0c79 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 16 Jan 2021 22:59:46 +0200
Subject: [PATCH] Migrate to ns4.

---
 .gitlab-ci.yml | 2 +-
 Pipfile        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3729e8..aabf4ac 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 60c51b6..3c0dbfb 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/"
-- 
GitLab