aboutsummaryrefslogtreecommitdiffstats
path: root/docs/upload-stable
diff options
context:
space:
mode:
Diffstat (limited to 'docs/upload-stable')
-rwxr-xr-xdocs/upload-stable8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/upload-stable b/docs/upload-stable
new file mode 100755
index 00000000..7c658113
--- /dev/null
+++ b/docs/upload-stable
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+aws configure set preview.cloudfront true
+aws --profile mitmproxy \
+ s3 sync --acl public-read ./public s3://docs.mitmproxy.org/stable
+# aws --profile mitmproxy \
+# cloudfront create-invalidation --distribution-id E3UCZ4MLN4TO7U \
+# --paths "/master"