From 06f35cab7e59f37c3c47ef4b77cee3a9b193660b Mon Sep 17 00:00:00 2001 From: Sewook Date: Mon, 26 Aug 2024 12:36:28 +0900 Subject: [PATCH] deploy --- .github/workflows/azure-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 2b9836b..4995336 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -34,7 +34,7 @@ jobs: - name: Set yml file uses: microsoft/variable-substitution@v1 with: - files: src/main/resources/application.yml + files: src/main/resources/application.yaml env: spring.datasource.url: ${{ secrets.DB_URL }} spring.datasource.username: ${{ secrets.DB_USERNAME }}