mitmproxy/docs/upload-stable

9 lines
267 B
Plaintext
Raw Normal View History

#!/bin/sh
aws configure set preview.cloudfront true
aws --profile mitmproxy \
s3 sync --acl public-read ./public s3://docs.mitmproxy.org/stable
2018-03-07 09:45:08 +00:00
aws --profile mitmproxy \
cloudfront create-invalidation --distribution-id E1TH3USJHFQZ5Q \
--paths "/stable"