From ad24f81332f7f9be95f10fe613abea9877806a4b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 17 May 2021 00:06:08 +0300
Subject: [PATCH] Move hosts.

host01 is choking from everything I run on it. ns4 has encrypted volumes
and is secure enough for the logs (I don't think there are passwords or
keys in the logs, just some private information).
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fb7498..b7e4459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
 
 build:
   extends: .compose-build
-  tags: &tags [host01.shore.co.il]
+  tags: &tags [ns4.shore.co.il]
   variables:
     DOCKER_BUILDKIT: ""
     COMPOSE_DOCKER_CLI_BUILD: ""
-- 
GitLab