Merge pull request 'ci: snp-collector 자동 배포 워크플로우 구성' (#2) from feature/setup-cicd into develop
This commit is contained in:
커밋
2ddbccfd9c
@ -1,4 +1,4 @@
|
|||||||
name: Build and Deploy Batch
|
name: Build and Deploy SNP Collector
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
cp target/snp-batch-validation-*.jar /deploy/snp-batch/app.jar
|
cp target/snp-collector-*.jar /deploy/snp-collector/app.jar
|
||||||
date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-batch/.deploy-trigger
|
date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-collector/.deploy-trigger
|
||||||
echo "Deployed at $(cat /deploy/snp-batch/.deploy-trigger)"
|
echo "Deployed at $(cat /deploy/snp-collector/.deploy-trigger)"
|
||||||
ls -la /deploy/snp-batch/
|
ls -la /deploy/snp-collector/
|
||||||
|
|||||||
@ -6,3 +6,4 @@
|
|||||||
|
|
||||||
### 기타
|
### 기타
|
||||||
- 팀 워크플로우 초기화 (.claude, .githooks, .gitignore)
|
- 팀 워크플로우 초기화 (.claude, .githooks, .gitignore)
|
||||||
|
- snp-collector 자동 배포 워크플로우 구성 (CI/CD)
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user