ci: snp-global 자동 배포 워크플로우 구성
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
ff94a614fa
커밋
9c93faba84
@ -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/
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user