feat: remov scripts

This commit is contained in:
Barrett Ruth 2025-05-22 16:11:50 -05:00
parent 94c3e6048f
commit b0df7bebb0
2 changed files with 0 additions and 13 deletions

View file

@ -1,3 +0,0 @@
#!/bin/sh
pnpm build && aws s3 sync ./dist/ s3://barrettruth.com --delete

View file

@ -1,10 +0,0 @@
#!/bin/sh
if [ -z "$1" ]; then
echo "Must specify AWS cloudfront distribution to invalidate."
exit
fi
aws cloudfront create-invalidation \
--distribution-id "$1" \
--paths "/*"