From c137e386eda5f69f377874ab828f5c3409678e02 Mon Sep 17 00:00:00 2001 From: lybell-art Date: Mon, 26 Aug 2024 10:22:12 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[hotfix]=20=EC=9E=98=EB=AA=BB=EB=90=9C=20?= =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20url=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/images/{thumbnails.png => thumbnail.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/mainPage/public/images/{thumbnails.png => thumbnail.png} (100%) diff --git a/packages/mainPage/public/images/thumbnails.png b/packages/mainPage/public/images/thumbnail.png similarity index 100% rename from packages/mainPage/public/images/thumbnails.png rename to packages/mainPage/public/images/thumbnail.png From 5d432f0635fcace9410e69fbc1c951d1ae6b315a Mon Sep 17 00:00:00 2001 From: lybell-art Date: Mon, 26 Aug 2024 10:23:46 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[hotfix]=20=EC=96=B4=EB=93=9C=EB=AF=BC=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EB=8D=95=EC=85=98=20ci/cd=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_admin_production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_admin_production.yaml b/.github/workflows/deploy_admin_production.yaml index 3984372..16e19d1 100644 --- a/.github/workflows/deploy_admin_production.yaml +++ b/.github/workflows/deploy_admin_production.yaml @@ -1,4 +1,4 @@ -name: deploy admin preview +name: deploy admin production env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_ADMIN_PROJECT_ID }}