From 12a6eb6f7c8e7ca68eee0f4556cf54b3bcd0da64 Mon Sep 17 00:00:00 2001 From: kariskan Date: Thu, 22 Aug 2024 20:31:24 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B0=B0=ED=8F=AC=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd2ee82..6eb0b4f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,13 +19,16 @@ jobs: distribution: 'zulu' - name: Create application-secret.yml - run: echo "${{ secrets.SECRET }}" > src/main/resources/application-secret.yml + run: | + echo "${{ secrets.SECRET }}" > src/main/resources/application-secret.yml + chmod +x gradlew + ./gradlew clean build -x test - - name: gradlew 실행 권한 부여 - run: sudo chmod +x gradlew + # - name: gradlew 실행 권한 부여 + # run: sudo chmod +x gradlew - - name: JAR 빌드 - run: ./gradlew clean build -x test + # - name: JAR 빌드 + # run: ./gradlew clean build -x test - name: JAR를 EC2로 전송 env: