From 6f05a8f35e58ca22fd3ccf373a16658f7d4402e3 Mon Sep 17 00:00:00 2001 From: hs12 Date: Thu, 23 Jan 2025 20:24:15 +0900 Subject: [PATCH 1/4] =?UTF-8?q?[feat]=20:=20=EC=9E=84=EC=8B=9C=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=9C=84=ED=95=B4=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cb4a2762..9ea466d0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,6 +3,8 @@ name: CD Backend on: push: branches: [ "main", "dev" ] + pull_request: + branches: [ "main", "dev" ] permissions: contents: read From 4ab222afc37e68c33d3815a8bce202e34771d2fa Mon Sep 17 00:00:00 2001 From: hs12 Date: Thu, 23 Jan 2025 20:25:47 +0900 Subject: [PATCH 2/4] =?UTF-8?q?[chore]=20:=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20gitignore=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b726fed7..4d24128a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ core/src/main/resources/application-core-prod.yml /core/src/main/resources/firebase/firebase_account.json /core/src/test/resources/firebase/firebase_account.json /api/src/test/resources/firebase/firebase_account.json +/core/src/main/resources/application-core-local.yml From 5d426a15910dda5c8dd04647e22b3254e4cb1b02 Mon Sep 17 00:00:00 2001 From: hs12 Date: Thu, 23 Jan 2025 20:26:53 +0900 Subject: [PATCH 3/4] =?UTF-8?q?[feat]=20:=20swagger=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=97=90=20=EB=B3=80=EA=B2=BD=EB=90=9C=20url=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/src/main/java/dev/handsup/common/config/SwaggerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/dev/handsup/common/config/SwaggerConfig.java b/api/src/main/java/dev/handsup/common/config/SwaggerConfig.java index 192b7ca4..f8d8b6cc 100644 --- a/api/src/main/java/dev/handsup/common/config/SwaggerConfig.java +++ b/api/src/main/java/dev/handsup/common/config/SwaggerConfig.java @@ -22,7 +22,7 @@ description = "경매 중고 거래 API 명세서", version = "v.0.1"), servers = { - @Server(url = "https://handssup.shop", description = "Default Server URL"), + @Server(url = "https://handssup.site", description = "Default Server URL"), @Server(url = "http://localhost:8080") } ) From 551362c82ca8f59acb2fd86a8521cd35bf01bec5 Mon Sep 17 00:00:00 2001 From: hs12 Date: Mon, 10 Mar 2025 04:55:50 +0900 Subject: [PATCH 4/4] =?UTF-8?q?[chore]=20:=20=EC=9E=84=EC=9D=98=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d34e66ec..93dfa74e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,8 +3,6 @@ name: CD Backend on: push: branches: [ "main", "dev" ] - pull_request: - branches: [ "main", "dev" ] permissions: contents: read