Skip to content

Commit c3d1ccf

Browse files
bkboothclaude
andcommitted
ci(pixel): increase CDN cache TTL from 1 hour to 1 day
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f813c8f commit c3d1ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pixel-cdn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
aws s3 cp packages/audience/pixel/dist/imtbl.js \
5656
s3://${{ env.S3_BUCKET }}/${{ env.S3_KEY }} \
57-
--cache-control "public, max-age=3600" \
57+
--cache-control "public, max-age=86400" \
5858
--content-type "application/javascript"
5959
6060
- name: Verify S3 upload

0 commit comments

Comments
 (0)