ci: snp-global 자동 배포 워크플로우 구성 #2
@ -1,4 +1,4 @@
|
|||||||
name: Build and Deploy Batch
|
name: Build and Deploy SNP Global
|
||||||
|
|
||||||
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-global-*.jar /deploy/snp-global/app.jar
|
||||||
date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-batch/.deploy-trigger
|
date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-global/.deploy-trigger
|
||||||
echo "Deployed at $(cat /deploy/snp-batch/.deploy-trigger)"
|
echo "Deployed at $(cat /deploy/snp-global/.deploy-trigger)"
|
||||||
ls -la /deploy/snp-batch/
|
ls -la /deploy/snp-global/
|
||||||
|
|||||||
@ -4,5 +4,8 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### 기타
|
||||||
|
- snp-global 자동 배포 워크플로우 구성
|
||||||
|
|
||||||
### 문서
|
### 문서
|
||||||
- README.md를 snp-global 프로젝트에 맞게 재작성
|
- README.md를 snp-global 프로젝트에 맞게 재작성
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user