We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af4646f + 21095c4 commit 9e3899bCopy full SHA for 9e3899b
ci/sync-dist.py
@@ -163,6 +163,9 @@ def run_s3cmd(command):
163
if command == "update-dev-release" and live_run:
164
run_s3cmd("aws cloudfront create-invalidation --distribution-id " +
165
"E30AO2GXMDY230 --paths /rustup/*".format(s3_bucket))
166
+ # Invalidate dev.rustup.rs
167
+ run_s3cmd("aws cloudfront create-invalidation --distribution-id " +
168
+ "E3OQOQ34607Z0A --paths /*")
169
if command == "update-prod-release" and live_run:
170
171
"E3NZU1LCBHH4A4 --paths /rustup/*".format(s3_bucket))
0 commit comments