From 0cb7e65a3063a4287ba5955af1ecb29411d112d0 Mon Sep 17 00:00:00 2001 From: Oh YoungJe <139232765+GulSauce@users.noreply.github.com> Date: Sun, 28 Jun 2026 21:11:19 +0900 Subject: [PATCH 1/3] =?UTF-8?q?1=EC=B0=A8=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-update-api-docs.yml | 2 +- app/src/main/resources/application-test.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-update-api-docs.yml b/.github/workflows/ci-update-api-docs.yml index 6e18e5c8..2cc3ef03 100644 --- a/.github/workflows/ci-update-api-docs.yml +++ b/.github/workflows/ci-update-api-docs.yml @@ -3,7 +3,7 @@ name: API 문서 배포 on: push: branches: - - develop + - hotfix/apidocs paths: - 'modules/**/src/main/java/**' - 'app/src/main/resources/application*.yml' diff --git a/app/src/main/resources/application-test.yml b/app/src/main/resources/application-test.yml index 0c9e2491..87d8f13d 100644 --- a/app/src/main/resources/application-test.yml +++ b/app/src/main/resources/application-test.yml @@ -83,7 +83,8 @@ q-asker: frontend-deploy-url: http://localhost:3000 cdn: - base-url: http://localhost + image-base-url: http://localhost + file-base-url: http://localhost jodconverter: local: From 16ee686f1e4ed5a68c99d47ffa0ae89ebd164ad6 Mon Sep 17 00:00:00 2001 From: Oh YoungJe <139232765+GulSauce@users.noreply.github.com> Date: Sun, 28 Jun 2026 21:14:36 +0900 Subject: [PATCH 2/3] =?UTF-8?q?1=EC=B0=A8=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/resources/application-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/resources/application-test.yml b/app/src/main/resources/application-test.yml index 87d8f13d..80457b62 100644 --- a/app/src/main/resources/application-test.yml +++ b/app/src/main/resources/application-test.yml @@ -15,7 +15,8 @@ oci: config-file-path: /dev/null profile: DEFAULT namespace: ci-dummy - bucket-name: ci-dummy + image-bucket-name: ci-dummy + pdf-bucket-name: ci-dummy spring: cache: From 2f4faff87ea7c24e53a40307217bef02f690a928 Mon Sep 17 00:00:00 2001 From: Oh YoungJe <139232765+GulSauce@users.noreply.github.com> Date: Sun, 28 Jun 2026 21:20:48 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EC=B9=98=EB=B3=B5?= =?UTF-8?q?=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-update-api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-update-api-docs.yml b/.github/workflows/ci-update-api-docs.yml index 2cc3ef03..6e18e5c8 100644 --- a/.github/workflows/ci-update-api-docs.yml +++ b/.github/workflows/ci-update-api-docs.yml @@ -3,7 +3,7 @@ name: API 문서 배포 on: push: branches: - - hotfix/apidocs + - develop paths: - 'modules/**/src/main/java/**' - 'app/src/main/resources/application*.yml'