From 9d6ef798c926dce5730e4bce66b4476ce1290774 Mon Sep 17 00:00:00 2001 From: hwinkr Date: Wed, 16 Oct 2024 16:48:11 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20aws=EC=99=80=20=EB=8F=99=EA=B8=B0?= =?UTF-8?q?=ED=99=94=ED=95=98=EA=B8=B0=20=EC=A0=84=20EC2=20=EC=9D=B8?= =?UTF-8?q?=EC=8A=A4=ED=84=B4=EC=8A=A4=EC=9D=98=20=EC=9D=B4=EC=A0=84=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EB=93=A4=EC=9D=84=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EC=8A=A4=ED=85=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-dev-cd.yml | 6 ++++++ .github/workflows/frontend-prod-cd.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/frontend-dev-cd.yml b/.github/workflows/frontend-dev-cd.yml index c53b658b..af0f7d7c 100644 --- a/.github/workflows/frontend-dev-cd.yml +++ b/.github/workflows/frontend-dev-cd.yml @@ -80,11 +80,17 @@ jobs: env: CLOUDFRONT_DISTRIBUTION_ID_DEV: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID_DEV}} steps: + - name: 기존 dist 폴더 내부에 있던 이전 버젼의 dist 폴더 내부 모든 파일을 삭제해요 + working-directory: ./frontend/ + run: | + rm -rf dist/* + - name: 모모 깃허브 레파지토리 artifacts로 부터 빌드 결과물을 다운받아요 :) uses: actions/download-artifact@v4 with: name: momoResources path: ./frontend/dist + - name: aws에 배포하고 cloudfront 캐싱을 무효화해요 working-directory: ./frontend/dist/ run: | diff --git a/.github/workflows/frontend-prod-cd.yml b/.github/workflows/frontend-prod-cd.yml index b274f01d..be8421ba 100644 --- a/.github/workflows/frontend-prod-cd.yml +++ b/.github/workflows/frontend-prod-cd.yml @@ -84,11 +84,17 @@ jobs: env: CLOUDFRONT_DISTRIBUTION_ID_PROD: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID_PROD}} steps: + - name: 기존 dist 폴더 내부에 있던 이전 버젼의 dist 폴더 내부 모든 파일을 삭제해요 + working-directory: ./frontend/ + run: | + rm -rf dist/* + - name: 모모 깃허브 레파지토리 artifacts로 부터 빌드 결과물을 다운받아요 :) uses: actions/download-artifact@v4 with: name: momoResources path: ./frontend/dist + - name: aws에 배포하고 cloudfront 캐싱을 무효화해요 working-directory: ./frontend/dist/ run: | From 24ca36977e7f8dffb32db36952f8a42f3491d4b3 Mon Sep 17 00:00:00 2001 From: Largopie Date: Wed, 16 Oct 2024 17:58:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=9C=20=EB=AA=A9=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/mocks/meeting/data/mySchedule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/mocks/meeting/data/mySchedule.json b/frontend/src/mocks/meeting/data/mySchedule.json index 7bf8f2fd..e01c3d40 100644 --- a/frontend/src/mocks/meeting/data/mySchedule.json +++ b/frontend/src/mocks/meeting/data/mySchedule.json @@ -1,6 +1,6 @@ { "data": { - "attendeeName": "모모", + "attendeeName": "모모 MSW", "schedules": [ { "date": "2024-10-24",