From e0bdedc8dd37c91ee5911b14ac28ea0fda0259fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=ED=98=B8?= <66300965+kdkdhoho@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:27:54 +0900 Subject: [PATCH] =?UTF-8?q?infra:=20delete-removed=20=EC=98=B5=EC=85=98=20?= =?UTF-8?q?true=EB=A1=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Dev-CD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Dev-CD.yml b/.github/workflows/Dev-CD.yml index 861b653a..05f4a249 100644 --- a/.github/workflows/Dev-CD.yml +++ b/.github/workflows/Dev-CD.yml @@ -28,3 +28,4 @@ jobs: bucket: ${{ secrets.DEV_S3_BUCKET_NAME }} bucket-region: ${{ secrets.AWS_DEFAULT_REGION }} dist-id: ${{ secrets.DEV_CLOUDFRONT_ID }} + delete-removed: true