diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 05a85826..2dc47e3e 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -37,4 +37,4 @@ jobs: run: aws s3 sync ./client/dist s3://hybridjgs-frontend - name: Invalidate CloudFront Cache - run: aws cloudfront create-invalidation --distribution-id ${{ secrets.DEV_AWS_DISTRIBUTION_ID }} \ No newline at end of file + run: aws cloudfront create-invalidation --distribution-id ${{ secrets.DEV_AWS_DISTRIBUTION_ID }} --paths '/*' \ No newline at end of file