From 42ec7a11d29e50a32604a18ff73f7b079a3566d6 Mon Sep 17 00:00:00 2001 From: DongJin Park Date: Tue, 10 Mar 2026 19:44:35 +0900 Subject: [PATCH] =?UTF-8?q?-=20deploy=20=EC=84=A4=EC=A0=95=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(=EA=B9=83=ED=97=88=EB=B8=8C=20=ED=91=9C=EC=8B=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 01adccb..71c3442 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,6 +69,7 @@ jobs: needs: test # 테스트 실패시 배포 차단 runs-on: ubuntu-latest timeout-minutes: 10 # SSH hang 등 무한 대기 방지 + environment: production if: github.ref == 'refs/heads/main' && github.event_name == 'push' # main 브랜치인지 and 실제 PUSH 검사 steps: