From 5437fdfeec8db9f19f8a2a8282424fff34c58115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuseon=20Kim=28=EC=8D=AC=EB=8D=B0=EC=9D=B4=29?= <74897720+useon@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:15:29 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=8B=A4=EC=8B=9C=20=ED=95=B4?= =?UTF-8?q?=EB=B3=BC=EA=B9=8C=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fe-cd-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fe-cd-dev.yml b/.github/workflows/fe-cd-dev.yml index a111865c0..16da1f54f 100644 --- a/.github/workflows/fe-cd-dev.yml +++ b/.github/workflows/fe-cd-dev.yml @@ -55,8 +55,9 @@ jobs: # 3. Upload to S3 - name: Upload to S3 (Dev) + - working-directory: ./frontend/dist run: | - aws s3 sync ./frontend/dist s3://${{ secrets.AWS_S3_BUCKET_DEV }} --delete + aws s3 sync . s3://${{ secrets.AWS_S3_BUCKET_DEV }} --delete # 4. Invalidate CloudFront Cache - name: Invalidate CloudFront Cache (Dev)