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 1/2] 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" -- 2.49.1 From 4ddffb6fff1d6ec89cc329e885d5abc5da14a026 Mon Sep 17 00:00:00 2001 From: abdelbari <220201877@ostimteknik.edu.tr@blc-css.com> Date: Tue, 10 Mar 2026 07:38:21 +0000 Subject: [PATCH 2/2] chore: update harbor registry to 10.150.1.166:8085 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 513355d..ec0911e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,7 +12,7 @@ HARBOR_PROJECT="bgreen" BACKEND_IMAGE_REPO="${HARBOR_REGISTRY}/${HARBOR_PROJECT}/bgreen-backend" FRONTEND_IMAGE_REPO="${HARBOR_REGISTRY}/${HARBOR_PROJECT}/bgreen-frontend" -# Tag images with git commit (better than latest; enables rollback) +# Tag images within git commit (better than latest; enables rollback) VERSION="$(git rev-parse --short HEAD)" echo "📦 Fetching latest changes from origin/main..." -- 2.49.1