CI - systemd 유닛 동기화 및 리로드 단계 제거
This commit is contained in:
@@ -120,15 +120,6 @@ jobs:
|
|||||||
cp eapim-portal/build/libs/eapim-portal.war "$DEPLOY_DIR/ROOT.war"
|
cp eapim-portal/build/libs/eapim-portal.war "$DEPLOY_DIR/ROOT.war"
|
||||||
ls -la "$DEPLOY_DIR"
|
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)
|
- name: Start tomcat and readiness probe (timeout 120s)
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user