mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
8 lines
290 B
Bash
Executable file
8 lines
290 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
aws configure set preview.cloudfront true
|
|
aws --profile mitmproxy \
|
|
s3 cp --acl public-read ./bucketassets/error.html s3://docs.mitmproxy.org/error.html
|
|
aws --profile mitmproxy \
|
|
s3 cp --acl public-read ./bucketassets/robots.txt s3://docs.mitmproxy.org/robots.txt
|