diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-21 23:22:44 -0500 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-02-21 20:22:44 -0800 |
commit | e109941bd256b276ea3a68717bf519a5b3a08ff1 (patch) | |
tree | ec5ca1a026deb34664f11971b8be45d178713cfa /tools/upload_website.py | |
parent | 9d025facaa9b97a27d751dbcd67d8c003c77f3c2 (diff) |
Improve readme (#1822)
Diffstat (limited to 'tools/upload_website.py')
-rwxr-xr-x | tools/upload_website.py | 2 |
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/"]) |