Compare commits

...

3 커밋

작성자 SHA1 메시지 날짜
1783322034 Merge pull request 'ci: snp-global 자동 배포 워크플로우 구성' (#2) from feature/ci-cd-setup into develop
All checks were successful
Build and Deploy SNP Global / build-and-deploy (push) Successful in 29s
2026-04-07 15:55:19 +09:00
3a3594142d docs: 릴리즈 노트 업데이트 2026-04-07 15:54:38 +09:00
9c93faba84 ci: snp-global 자동 배포 워크플로우 구성
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 15:54:07 +09:00
2개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제

파일 보기

@ -1,4 +1,4 @@
name: Build and Deploy Batch
name: Build and Deploy SNP Global
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-global-*.jar /deploy/snp-global/app.jar
date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-global/.deploy-trigger
echo "Deployed at $(cat /deploy/snp-global/.deploy-trigger)"
ls -la /deploy/snp-global/

파일 보기

@ -4,5 +4,8 @@
## [Unreleased]
### 기타
- snp-global 자동 배포 워크플로우 구성
### 문서
- README.md를 snp-global 프로젝트에 맞게 재작성