feat: refactor
This commit is contained in:
parent
b83f17d087
commit
8666e5a169
57 changed files with 5734 additions and 5313 deletions
|
|
@ -1,10 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
aws s3 sync . s3://barrettruth.com --delete \
|
||||
--exclude ".git/*" \
|
||||
--exclude ".github/*" \
|
||||
--exclude "readme.md" \
|
||||
--exclude ".DS_Store" \
|
||||
--exclude ".gitignore" \
|
||||
--exclude "scripts/*.sh" \
|
||||
--exclude "files/*"
|
||||
pnpm build && aws s3 sync ./dist/ s3://barrettruth.com --delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue