From 6cff96f40a947f108fc3b9953e62c58dc03351d2 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 12 Jun 2026 18:45:55 +0900 Subject: [PATCH] =?UTF-8?q?CI=20-=20systemd=20=EC=9C=A0=EB=8B=9B=20?= =?UTF-8?q?=EB=8F=99=EA=B8=B0=ED=99=94=20=EB=B0=8F=20=EB=A6=AC=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=EB=8B=A8=EA=B3=84=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/eapim-portal-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/eapim-portal-ci.yml b/.gitea/workflows/eapim-portal-ci.yml index 896f98e..0e87935 100644 --- a/.gitea/workflows/eapim-portal-ci.yml +++ b/.gitea/workflows/eapim-portal-ci.yml @@ -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: |