kcg-monitoring/deploy/kcg-backend-watcher.service
htlee 7d594ba632 fix(ci): deploy.yml 전면 재구성 (act 컨테이너 환경 대응)
- sudo 제거 (컨테이너 내 root)
- apt-get으로 JDK/Maven 설치 (sudo 없이)
- actions/setup-node 제거 (node:24 이미지 기본 제공)
- systemctl → .deploy-trigger + systemd path unit
- kcg-backend-watcher.path/.service 추가
2026-03-17 15:17:56 +09:00

7 lines
118 B
Desktop File

[Unit]
Description=Restart KCG Backend on deploy
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart kcg-backend