Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsamora committed Nov 19, 2024
1 parent b38566f commit c57d8de
Show file tree
Hide file tree
Showing 34 changed files with 1,493 additions and 1,949 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ github:
git commit -m "update github pages"
git push

# aws-sync:
# aws s3 sync build s3://pudding.cool/year/month/name --delete --cache-control 'max-age=31536000'
aws-sync:
aws s3 sync build s3://pudding.cool/2024/11/sitters-standers --delete --cache-control 'max-age=31536000'

# aws-cache:
# aws cloudfront create-invalidation --distribution-id E13X38CRR4E04D --paths '/year/month/name*'
aws-cache:
aws cloudfront create-invalidation --distribution-id E13X38CRR4E04D --paths '/2024/11/sitters-standers*'

# pudding: aws-sync aws-cache
pudding: aws-sync aws-cache
Loading

0 comments on commit c57d8de

Please sign in to comment.