From e01be5d7aa73b22a4803ca8fa735b34c0e5c0bd8 Mon Sep 17 00:00:00 2001 From: Subin Ahn <51507260+anxiubin@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:06:01 +0900 Subject: [PATCH] :bug: Fix yaml file --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 093f13a..9aad207 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,5 +29,5 @@ jobs: run: | aws s3 sync dist/ s3://${{ secrets.AWS_S3_BUCKET_NAME }} --delete - - name: Invalidate CloudFront Distribution + - name: Invalidate CloudFront Distribution run: aws cloudfront create-invalidation —distribution-id EOZQTIX0PKZ71 —paths "/*"