mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
a68c7ffb27
The upload scripts might be unified down the track, or might not. CloudFront is not set up for the docs bucket yet, so CDN invalidation is commented out. This will be added later.
9 lines
273 B
Bash
Executable File
9 lines
273 B
Bash
Executable File
#!/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"
|