Skip to content

Commit

Permalink
mrt-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 6, 2024
1 parent d502415 commit ab9ee27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab9ee27

Please sign in to comment.