ci - readiness probe port 39120 으로 정정
eapim-admin CI / build (push) Has been cancelled

- DEPLOY_HTTP_PORT 30120 → 39120 (실서버 tomcat 포트)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Rinjae
2026-06-16 16:30:13 +09:00
parent 7de00ecad2
commit 8a884e53e3
+1 -1
View File
@@ -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