From c119bd6049220036316791fc1c8eacc0ae6e5c3f Mon Sep 17 00:00:00 2001 From: Jung-kr Date: Tue, 24 Jun 2025 19:10:57 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20=EB=B0=B0=ED=8F=AC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f15758..d6d2827 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: JWT_REFRESH_EXPIRATION: ${{ secrets.JWT_REFRESH_EXPIRATION }} PROD_ORIGIN: ${{ secrets.PROD_ORIGIN }} - - name: Build Spring Boot JAR + - name: Build Spring Boot JAR (skip tests) run: ./gradlew clean build - name: Upload project to EC2