CI - systemd 유닛 동기화 및 리로드 단계 제거

This commit is contained in:
Rinjae
2026-06-12 18:45:55 +09:00
parent a97609d533
commit 6cff96f40a
-9
View File
@@ -120,15 +120,6 @@ jobs:
cp eapim-portal/build/libs/eapim-portal.war "$DEPLOY_DIR/ROOT.war"
ls -la "$DEPLOY_DIR"
- name: Refresh systemd unit
working-directory: ${{ github.workspace }}
run: |
# repo 의 unit 파일을 사용자 systemd 디렉터리로 sync (정의 변경 자동 반영)
install -m 0644 \
eapim-portal/deploy/systemd/eapim-portal.service \
"$HOME/.config/systemd/user/eapim-portal.service"
systemctl --user daemon-reload
- name: Start tomcat and readiness probe (timeout 120s)
working-directory: ${{ github.workspace }}
run: |