From 565f696047e12a946b4e28fb383fb1e855a52b70 Mon Sep 17 00:00:00 2001 From: CYY1007 Date: Wed, 24 Jan 2024 14:33:26 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Ci=20:=20deploy.yml?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 24e9adb..6d49bb1 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -27,8 +27,9 @@ jobs: run: chmod +x ./gradlew shell: bash # (6).권한 부여 +# clean build -x test - name: Build with Gradle - run: ./gradlew clean build -x test + run: ./gradlew Briefing-Api:bootJar shell: bash # (7).build 시작 - name: Get current time