We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fe51d commit 25c705bCopy full SHA for 25c705b
1 file changed
.github/workflows/deploy.yml
@@ -62,12 +62,6 @@ jobs:
62
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
63
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
64
aws-region: ${{ secrets.AWS_REGION }}
65
-
66
- - name: ✅ Test CloudFront Permission
67
- run: |
68
- echo "[TEST] AWS_REGION = $AWS_REGION"
69
- aws cloudfront list-distributions --region $AWS_REGION
70
71
72
- name: Deploy to S3
73
run: aws s3 sync dist/ s3://${{ secrets.S3_BUCKET }}/$S3_PREFIX --delete
0 commit comments