ci: snp-collector 자동 배포 워크플로우 구성
- deploy.yml: JAR 이름/배포 경로를 snp-collector로 수정 - 서버: systemd 서비스 + deploy watcher 구성 - act-runner: snp-collector 볼륨 마운트 추가
This commit is contained in:
부모
3eab9107c8
커밋
cbded452fc
@ -1,4 +1,4 @@
|
||||
name: Build and Deploy Batch
|
||||
name: Build and Deploy SNP Collector
|
||||
|
||||
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-collector-*.jar /deploy/snp-collector/app.jar
|
||||
date '+%Y-%m-%d %H:%M:%S' > /deploy/snp-collector/.deploy-trigger
|
||||
echo "Deployed at $(cat /deploy/snp-collector/.deploy-trigger)"
|
||||
ls -la /deploy/snp-collector/
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user