diff --git a/.github/workflows/aws-deployment.yml b/.github/workflows/aws-deployment.yml index efe13ae5..acfc139f 100644 --- a/.github/workflows/aws-deployment.yml +++ b/.github/workflows/aws-deployment.yml @@ -102,5 +102,5 @@ jobs: - name: Invalidate CloudFront biofile-finder cache run: aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*" - - name: Invalidate CloudFront BFF cashe + - name: Invalidate CloudFront BFF cache run: aws cloudfront create-invalidation --distribution-id ${{ env.BFF_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"