From a4543d60be5ef596df6dc9215c54d3371c4609d2 Mon Sep 17 00:00:00 2001 From: sominyun Date: Sat, 7 Sep 2024 20:25:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20getProject=20Api=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 7 +++++++ src/main/resources/application.yml | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 src/main/resources/application.yml diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 47f8dab..8ecd3b9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,6 +34,13 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- + - name: 🐧application.yml 파일을 생성 합니다. + run: | + cd ./src/main/resources + touch ./application.yml + echo "${{ secrets.PROPERTIES }}" > ./application.yml + shell: bash + - name: 🐧gradle build를 위한 권한을 부여합니다. run: chmod +x gradlew diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml deleted file mode 100644 index 2addd3d..0000000 --- a/src/main/resources/application.yml +++ /dev/null @@ -1,10 +0,0 @@ -spring: - datasource: - url: jdbc:mysql://${RDB_HOST}:${RDB_PORT}/${RDB_SCHEMA}?serverTimezone=Asia/Seoul&characterEncoding=utf8 - username: ${RDB_USER} - password: ${RDB_PASSWORD} - driver-class-name: com.mysql.cj.jdbc.Driver - - jpa: - hibernate: - ddl-auto: update \ No newline at end of file From 44e2ac2c510c94b5201c046d71ffe66b9ec75007 Mon Sep 17 00:00:00 2001 From: sominyun Date: Sat, 7 Sep 2024 20:26:34 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20getProject=20Api=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/.gitkeep diff --git a/src/main/resources/.gitkeep b/src/main/resources/.gitkeep new file mode 100644 index 0000000..e69de29