Skip to content

Commit

Permalink
make file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcghee18 committed Oct 18, 2024
1 parent 5fa5291 commit de42413
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PHONY: github
PHONY: github pudding

github:
rm -rf docs
Expand All @@ -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

0 comments on commit de42413

Please sign in to comment.