diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b5d8185..c1a1271 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,7 +44,7 @@ jobs: env: BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME}} run: | - aws s3 cp --recursive --region ap-northeast-2 build s3://$BUCKET_NAME + aws s3 cp --recursive --region ap-northeast-2 dist s3://$BUCKET_NAME # cloudfront로 배포되는 파일은 기본설정 상 24시간동안 캐시가 유지됩니다. # 배포 후 S3에는 최신 정적리소스가 올라가있지만 엣지로케이션엔 이전 파일이 올라가있는 상태라는 의미입니다.