From 760882a3d1bf0ad6420bf10cdd24b83bfdf18a02 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 7 Mar 2018 22:45:08 +1300 Subject: docs: cloudfront invalidation --- docs/ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ci') diff --git a/docs/ci b/docs/ci index 94157116..1584c5e1 100755 --- a/docs/ci +++ b/docs/ci @@ -8,6 +8,6 @@ # trusted commits (i.e. not PRs). if [[ ! -z "${AWS_ACCESS_KEY_ID}" && $TRAVIS_BRANCH == "master" ]]; then aws s3 sync --acl public-read ./public s3://docs.mitmproxy.org/master - # aws cloudfront create-invalidation --distribution-id E3UCZ4MLN4TO7U \ - # --paths "/master" + aws cloudfront create-invalidation --distribution-id E1TH3USJHFQZ5Q \ + --paths "/master" fi -- cgit v1.2.3