From 8a884e53e3d7550057c4b1c94f9b0da9db645a34 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 16 Jun 2026 16:30:13 +0900 Subject: [PATCH] =?UTF-8?q?ci=20-=20readiness=20probe=20port=2039120=20?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - DEPLOY_HTTP_PORT 30120 → 39120 (실서버 tomcat 포트) Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/eapim-admin-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/eapim-admin-ci.yml b/.gitea/workflows/eapim-admin-ci.yml index 26053b2..5e77d44 100644 --- a/.gitea/workflows/eapim-admin-ci.yml +++ b/.gitea/workflows/eapim-admin-ci.yml @@ -17,7 +17,7 @@ jobs: CATALINA_BASE: /prod/eapim/adminportal CATALINA_HOME: /prod/eapim/apache-tomcat-9.0.116 CATALINA_PID: /prod/eapim/adminportal/temp/catalina.pid - DEPLOY_HTTP_PORT: "30120" + DEPLOY_HTTP_PORT: "39120" defaults: run: working-directory: eapim-admin