diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index e22c114a..720b7fa3 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -89,7 +89,6 @@ jobs: --delete \ --exclude "*" \ --include "_next/*" \ - --include "static/*" \ --cache-control "public, max-age=31536000, immutable" - name: Sync HTML and other assets with no-cache @@ -97,7 +96,6 @@ jobs: aws s3 sync $BUILD_DIR s3://${{ steps.bucket.outputs.bucket }} \ --delete \ --exclude "_next/*" \ - --exclude "static/*" \ --cache-control "no-cache, no-store, must-revalidate" - name: Invalidate CloudFront