From cb0fa45fc01527156ecace3948d1cdfe5620e3a4 Mon Sep 17 00:00:00 2001 From: Muokok Date: Thu, 13 Feb 2025 08:49:59 +0900 Subject: [PATCH 1/4] test --- .github/workflows/dev_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 0da8147..3e690ad 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -31,5 +31,6 @@ jobs: # 4) .build시작 >> 리눅스 명령어다. 6,7번 내용은 어지간해서 바뀌지 않는다. - name: Build with Gradle #run: ./gradlew clean build -x test + # -x test 테스트 run: ./gradlew clean build shell: bash \ No newline at end of file From 11ea6ae72da2e5c0629dfdd0050109ced55b4312 Mon Sep 17 00:00:00 2001 From: Muokok Date: Thu, 13 Feb 2025 08:56:55 +0900 Subject: [PATCH 2/4] test --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 3e690ad..bdf65e2 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -32,5 +32,5 @@ jobs: - name: Build with Gradle #run: ./gradlew clean build -x test # -x test 테스트 - run: ./gradlew clean build + run: ./gradlew bootRun shell: bash \ No newline at end of file From a31e382144ddb4d6883f9de819c216c1457904e7 Mon Sep 17 00:00:00 2001 From: Muokok Date: Thu, 13 Feb 2025 10:42:05 +0900 Subject: [PATCH 3/4] test --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7ca3922..b3f8bfb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,8 +2,8 @@ spring: jackson: time-zone: Asia/Seoul # .env import - config: - import: optional:file:.env[.properties] +# config: +# import: optional:file:.env[.properties] datasource: url: ${DB_URL} username: ${DB_USER} From 00f9c2a8759f9989eb558c66eedfcdf05bdf92e0 Mon Sep 17 00:00:00 2001 From: Muokok Date: Thu, 13 Feb 2025 10:44:40 +0900 Subject: [PATCH 4/4] test --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index bdf65e2..cafe774 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -32,5 +32,5 @@ jobs: - name: Build with Gradle #run: ./gradlew clean build -x test # -x test 테스트 - run: ./gradlew bootRun + run: ./gradlew clean build -x test shell: bash \ No newline at end of file