feat(posts): remove folds

This commit is contained in:
Barrett Ruth 2024-11-29 19:38:44 -06:00
parent 0e6cc1de7a
commit ed0c3b7ab2
8 changed files with 49 additions and 111 deletions

View file

@ -1,9 +0,0 @@
#!/bin/sh
[ "$#" -lt 1 ] && echo "Usage: $0 <distribution-id> <path1> [path2 ...]" && exit 1
DISTRIBUTION_ID="$1"
shift
aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --paths "$*"