diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 0da8147..cafe774 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 - run: ./gradlew clean build + # -x test 테스트 + run: ./gradlew clean build -x test shell: bash \ No newline at end of file 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}