From 59b37a64f583eabdd8d298c42be59265af7e0f65 Mon Sep 17 00:00:00 2001 From: abdelbari <220201877@ostimteknik.edu.tr@blc-css.com> Date: Tue, 10 Mar 2026 07:29:31 +0000 Subject: [PATCH] Update Harbor registry IP and port for the pipeline --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 95ac269..513355d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,7 @@ cd /home/ubuntu/Bgreen/sgeUpdated # ----------------------- # Harbor settings # ----------------------- -HARBOR_REGISTRY="10.150.1.166" +HARBOR_REGISTRY="10.150.1.166:8085" HARBOR_PROJECT="bgreen" BACKEND_IMAGE_REPO="${HARBOR_REGISTRY}/${HARBOR_PROJECT}/bgreen-backend"