mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
|
#!/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"
|