From a10e921d967cbfcaf44ad7b2595e0ed943881edd Mon Sep 17 00:00:00 2001 From: sominyun Date: Sat, 7 Sep 2024 19:31:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20getProject=20Api=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 ++++++++- .github/workflows/cicd.yml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a534a..6d483c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ # github repository Actions 페이지에 나타낼 이름 -name: soullive A CI with Gradle +name: devocean A CI with Gradle # event trigger # main, develop 브랜치에 pr 생성시 실행되는 트리거 @@ -35,6 +35,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/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e311f34..47f8dab 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,5 +1,5 @@ # github repository Actions 페이지에 나타낼 이름.. -name: soullive A CI/CD with Gradle +name: devocean A CI/CD with Gradle # event trigger # main, develop 브랜치에 push 시실행되는 트리거