From 7735a69083967aa052a0656f9c9d0331e25342db Mon Sep 17 00:00:00 2001 From: reddevilmidzy Date: Tue, 15 Oct 2024 17:29:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=84=9C=EB=B2=84=20=EC=A3=BC=EC=86=8C=20=ED=95=98=EB=93=9C=20?= =?UTF-8?q?=EC=BD=94=EB=94=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: yechop Co-authored-by: lemone Co-authored-by: reddevilmidzy --- .github/workflows/be_cd-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/be_cd-test.yml b/.github/workflows/be_cd-test.yml index 35cd0858..980742b6 100644 --- a/.github/workflows/be_cd-test.yml +++ b/.github/workflows/be_cd-test.yml @@ -109,7 +109,7 @@ jobs: - name: Determine Active and Inactive Ports (Blue/Green) id: determine-ports run: | - ip=${{ secrets.TEST_SERVER_IP_ADDRESS }} + ip="api-test.coduo.site" ports=(8080 8081) for port in "${ports[@]}"; do RESPONSE=$(curl -s https://$ip:$port/api/actuator/health)