diff --git a/Makefile b/Makefile index 62ae932..05c5508 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PHONY: github +PHONY: github pudding github: rm -rf docs @@ -7,3 +7,11 @@ github: git add -A git commit -m "update github pages" git push + +aws-sync: + aws s3 sync build s3://pudding.cool/2024/10/abortion-mazes --delete --cache-control 'max-age=31536000' + +aws-cache: + aws cloudfront create-invalidation --distribution-id E13X38CRR4E04D --paths '/2024/10/abortion-mazes*' + +pudding: aws-sync aws-cache \ No newline at end of file