We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573895a commit 37c0a11Copy full SHA for 37c0a11
ci/sync-dist.py
@@ -159,3 +159,6 @@ def run_s3cmd(command):
159
if command == "update-dev-release" and live_run:
160
run_s3cmd("aws cloudfront create-invalidation --distribution-id " +
161
"E30AO2GXMDY230 --paths /rustup/*".format(s3_bucket))
162
+if command == "update-prod-release" and live_run:
163
+ run_s3cmd("aws cloudfront create-invalidation --distribution-id " +
164
+ "E3NZU1LCBHH4A4 --paths /rustup/*".format(s3_bucket))
0 commit comments