From cbded452fc0c6ef6438a783eac19f8f211a5cc21 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Tue, 7 Apr 2026 14:34:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20snp-collector=20=EC=9E=90=EB=8F=99=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20=EA=B5=AC=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - deploy.yml: JAR 이름/배포 경로를 snp-collector로 수정 - 서버: systemd 서비스 + deploy watcher 구성 - act-runner: snp-collector 볼륨 마운트 추가 --- .gitea/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0c8f923..f2e1e6a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Build and Deploy Batch +name: Build and Deploy SNP Collector on: push: @@ -43,7 +43,7 @@ jobs: - name: Deploy run: | - cp target/snp-batch-validation-*.jar /deploy/snp-batch/app.jar - date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-batch/.deploy-trigger - echo "Deployed at $(cat /deploy/snp-batch/.deploy-trigger)" - ls -la /deploy/snp-batch/ + cp target/snp-collector-*.jar /deploy/snp-collector/app.jar + date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-collector/.deploy-trigger + echo "Deployed at $(cat /deploy/snp-collector/.deploy-trigger)" + ls -la /deploy/snp-collector/ From 6c185f3e19c417d890d25b847177b36e78c6a6f5 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Tue, 7 Apr 2026 14:35:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?=EB=85=B8=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 9bc0f97..3f49256 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -6,3 +6,4 @@ ### 기타 - 팀 워크플로우 초기화 (.claude, .githooks, .gitignore) +- snp-collector 자동 배포 워크플로우 구성 (CI/CD)