From 9c9405991ec7fa27406d05d19d0d06271ad2beb2 Mon Sep 17 00:00:00 2001 From: waelabdallah Date: Mon, 23 Dec 2024 08:41:20 +0100 Subject: [PATCH] update pipeline snapshot --- .DS_Store | Bin 10244 -> 10244 bytes .github/.DS_Store | Bin 6148 -> 6148 bytes .github/workflows/mailing-ci-cd.yml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 6ba8752c2bf1f2061bcd8fbacf0b383534c75ff0..fdb017618a6961a06f12420af499056f4886283b 100644 GIT binary patch delta 112 zcmZn(XbIS$CJ=jO7Xt$W3xgg*IzuKyNp8N2OHxjL5>Sj|QT@GzOL~quqROY>l`qIJ b3{K9^Edc6aV6J~KxmiGoasK9I0&(I1LjNG^ delta 112 zcmZn(XbIS$CJ?*r4+8@O3xgg*IzuKyNp8N2OHxjL5>Sle(d_Bni+YYZqROY>l`qIJ b3{K9^Edc6aV6HEi+$^BPxN!3_fjDshPi-Kh diff --git a/.github/.DS_Store b/.github/.DS_Store index 8c9229fc33bebb88ab4f02879fd63daa427366e7..125f970936b02caefbe0ecafe3350d48517bf7bc 100644 GIT binary patch delta 18 ZcmZoMXffDe$jCT*atx!yW-rEFVgNX@1-$?O delta 18 ZcmZoMXffDe$jCT%atx!yW-rEFVgNYC1-}3Q diff --git a/.github/workflows/mailing-ci-cd.yml b/.github/workflows/mailing-ci-cd.yml index d770e582..9a63e776 100644 --- a/.github/workflows/mailing-ci-cd.yml +++ b/.github/workflows/mailing-ci-cd.yml @@ -88,13 +88,13 @@ jobs: echo "Starting Spring Boot service..." cd ~/mailing-service - nohup java -jar service-mailing.jar --server.port=8091 > service-mailing.log 2>&1 & + nohup java -jar service-mailing.jar --server.port=8081 > service-mailing.log 2>&1 & echo "Spring Boot service deployed successfully!" sleep 30 echo "Performing health check..." - curl -X 'GET' 'http://localhost:8091' -H 'accept: application/json' || (echo "Service health check failed!" && exit 1) + curl -X 'GET' 'http://localhost:8081' -H 'accept: application/json' || (echo "Service health check failed!" && exit 1) echo "Service deployed and healthy!"