ci: snp-global 자동 배포 워크플로우 구성 #2

병합
HYOJIN feature/ci-cd-setup 에서 develop 로 2 commits 를 머지했습니다 2026-04-07 15:55:19 +09:00
Showing only changes of commit 9c93faba84 - Show all commits

파일 보기

@ -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/