feat: refactor

This commit is contained in:
Barrett Ruth 2025-05-22 14:23:22 -05:00
parent b83f17d087
commit 8666e5a169
57 changed files with 5734 additions and 5313 deletions

View file

@ -6,5 +6,5 @@ if [ -z "$1" ]; then
fi
aws cloudfront create-invalidation \
--distribution-id YOUR_DISTRIBUTION_ID \
--distribution-id "$1" \
--paths "/*"