From 0fe0a1131aed917d7228cf806cd135ac3c6072e8 Mon Sep 17 00:00:00 2001 From: PokingTeemo <110599863+PokingTeemo@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:09:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20dev=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index b4a50a1..cc969cc 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -57,7 +57,7 @@ jobs: # Gradle 빌드 및 테스트 실행 (로컬 컨테이너의 MySQL 사용) - name: Build and Test with Gradle - run: ./gradlew clean build -Dspring.profiles.active=dev + run: ./gradlew clean build working-directory: ${{ secrets.WORKING_DIRECTORY }} env: SPRING_DATASOURCE_URL: jdbc:mysql://aimodbfordev.cbimeayem48r.ap-northeast-2.rds.amazonaws.com:3306/aimo @@ -112,4 +112,4 @@ jobs: if screen -list | grep -q "\bbe\b"; then screen -S be -X quit; fi # 새로운 screen 세션으로 애플리케이션 실행 - screen -dmS be java -jar /home/ubuntu/backend/build/libs/backend-server.jar --spring.profiles.active=dev + screen -dmS be java -jar /home/ubuntu/backend/build/libs/backend-server.jar