feat(ci): deploy w/ script

This commit is contained in:
Barrett Ruth 2024-06-05 09:50:30 -05:00
parent 4fe54bb0b8
commit 5cbbf0c574
2 changed files with 10 additions and 1 deletions

9
scripts/deploy.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
aws s3 sync . s3://barrettruth.com --delete \
--exclude ".git/*" \
--exclude ".github/*" \
--exclude "readme.md" \
--exclude ".DS_Store" \
--exclude ".gitignore" \
--exclude "scripts/*"