From 0d2cd13acc65e0b90d26030109ea89b12b1b5508 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sat, 26 Oct 2024 19:48:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20batch=20application.yml=20DB=20URL=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/k3s-dev.yaml | 2 +- layer-batch/src/main/resources/application.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/k3s-dev.yaml b/.github/workflows/k3s-dev.yaml index bef2a125..4e1cc7fe 100644 --- a/.github/workflows/k3s-dev.yaml +++ b/.github/workflows/k3s-dev.yaml @@ -72,7 +72,7 @@ jobs: env: DEPLOY_TARGET: ${{ needs.setup.outputs.deploy_target }} - APPLICATION_SECRET_PROPERTIES: ${{ secrets.APPLICATION_SECRET_PROPERTIES }} + APPLICATION_SECRET_PROPERTIES: ${{ secrets.APPLICATION_SECRET_PROP`ERTIES }} GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }} SHA_SHORT: ${{ needs.setup.outputs.sha_short }} CHANGED_MODULES: ${{ needs.setup.outputs.changed_modules }} diff --git a/layer-batch/src/main/resources/application.yml b/layer-batch/src/main/resources/application.yml index bb74f7fd..2f3bab73 100644 --- a/layer-batch/src/main/resources/application.yml +++ b/layer-batch/src/main/resources/application.yml @@ -5,9 +5,9 @@ spring: config: import: application-secret.properties datasource: - url: ${AWS_PROD_DB_URL} - username: ${AWS_PROD_DB_NAME} - password: ${AWS_PROD_DB_PASSWORD} + url: ${secrets.AWS_PROD_DB_URL} + username: ${secrets.AWS_PROD_DB_NAME} + password: ${secrets.AWS_PROD_DB_PASSWORD} driver-class-name: com.mysql.cj.jdbc.Driver jpa: hibernate: