Skip to content

Commit 25c705b

Browse files
committed
refactor/IAM 인라인 정책 추가
1 parent 02fe51d commit 25c705b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
6262
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6363
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6464
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-
7165

7266
- name: Deploy to S3
7367
run: aws s3 sync dist/ s3://${{ secrets.S3_BUCKET }}/$S3_PREFIX --delete

0 commit comments

Comments
 (0)