We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b078db commit c06cd4cCopy full SHA for c06cd4c
.github/workflows/create-preview-env-on-pr.yaml
@@ -77,11 +77,3 @@ jobs:
77
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
78
run: |
79
aws s3 rm s3://${{ secrets.AWS_S3_BUCKET_NAME }}/PR-${{ github.event.number }} --recursive
80
-
81
- # - name: Invalidate CloudFront cache
82
- # env:
83
- # AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
84
- # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
85
- # AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
86
- # run: |
87
- # aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/PR-${{ github.event.number }}/*"
0 commit comments