- sudo 제거 (컨테이너 내 root) - apt-get으로 JDK/Maven 설치 (sudo 없이) - actions/setup-node 제거 (node:24 이미지 기본 제공) - systemctl → .deploy-trigger + systemd path unit - kcg-backend-watcher.path/.service 추가
7 lines
118 B
Desktop File
7 lines
118 B
Desktop File
[Unit]
|
|
Description=Restart KCG Backend on deploy
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/systemctl restart kcg-backend
|