Skip to content

Commit

Permalink
Update distro ID
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jun 1, 2024
1 parent f4f3fee commit d859eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/render_once.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ echo 'Waiting for all background jobs to finish'
wait

echo 'Invalidating the CDN cache'
aws cloudfront create-invalidation --distribution-id E1E7N0LWX2WY4E --invalidation-batch "{\"Paths\": {\"Quantity\": 1, \"Items\": [\"/*\"]}, \"CallerReference\": \"invalidation-$DATE\"}"
aws cloudfront create-invalidation --distribution-id E1SJ64GZNQSV8M --invalidation-batch "{\"Paths\": {\"Quantity\": 1, \"Items\": [\"/*\"]}, \"CallerReference\": \"invalidation-$DATE\"}"

echo 'Render Complete'
date -u '+%Y-%m-%d %H:%M:%S'

0 comments on commit d859eff

Please sign in to comment.