summaryrefslogtreecommitdiff
path: root/tools/upload_website.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upload_website.py')
-rwxr-xr-xtools/upload_website.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upload_website.py b/tools/upload_website.py
index c014888ca..0f9ce9164 100755
--- a/tools/upload_website.py
+++ b/tools/upload_website.py
@@ -12,7 +12,7 @@ os.chdir(os.path.join(root_path, "website"))
# Invalidate the cache.
run([
"aws", "cloudfront", "create-invalidation", "--distribution-id",
- "E3NZSZMS5TZ0OU", "--paths", "/*"
+ "E2HNK8Z3X3JDVG", "--paths", "/*"
])
run(["aws", "s3", "sync", ".", "s3://deno.land/"])