Skip to content

Commit 29010a1

Browse files
committed
fix: use correct CloudFront distribution ID for 6v account
1 parent 973127b commit 29010a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
AWS_DEFAULT_REGION: us-east-1
5656
run: |
5757
aws cloudfront create-invalidation \
58-
--distribution-id E2IKQX5MGWHUY5 \
58+
--distribution-id E1537G5KX38T5H \
5959
--paths "/*" \
6060
--region us-east-1

0 commit comments

Comments
 (0)