[api] Jenkinsfile.pjt

- 컴포즈 복사2
This commit is contained in:
2026-02-03 16:24:51 +09:00
parent 18eb159f26
commit 1113355c74
+1 -1
View File
@@ -20,7 +20,7 @@ pipeline {
SSH_COMPOSE_FILE = "api-compose.pjt.yml" SSH_COMPOSE_FILE = "api-compose.pjt.yml"
// ===== jenkins workspace path ===== // ===== jenkins workspace path =====
WORK_COMPOSE_DIR = "deploy/pjt/compose/" WORK_COMPOSE_DIR = "deploy/pjt/compose"
WORK_COMPOSE_FILE = "api-compose.pjt.yml" WORK_COMPOSE_FILE = "api-compose.pjt.yml"
} }