feat: remov scripts
This commit is contained in:
parent
94c3e6048f
commit
b0df7bebb0
2 changed files with 0 additions and 13 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
pnpm build && aws s3 sync ./dist/ s3://barrettruth.com --delete
|
|
||||||
|
|
@ -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 "/*"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue