From ab9ee270cdc012d15ce9bee40b04770b4a669458 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Tue, 6 Aug 2024 10:09:09 -0700 Subject: [PATCH] mrt-doc --- buildspec.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 buildspec.yml diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 0000000..18bb815 --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,9 @@ +version: 0.2 + +phases: + + build: + on-failure: ABORT + commands: + - aws s3 cp --recursive manifest s3://${S3CFBUCKET}/sites/ + - aws cloudfront create-invalidation --distribution-id ${CFDISTRIBUTIONID} --paths /sites/manifest --region us-east-1