diff --git a/renderer/render_once.sh b/renderer/render_once.sh index e4f54f8..0e61e1c 100755 --- a/renderer/render_once.sh +++ b/renderer/render_once.sh @@ -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'