diff --git a/index.html b/index.html index b8e6e37..f3a68cf 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,6 @@ Email - + diff --git a/scripts/deploy.sh b/scripts/deploy.sh index a918e32..eb1eb22 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -5,4 +5,5 @@ aws s3 sync . s3://barrettruth.com --delete \ --exclude ".github/*" \ --exclude "readme.md" \ --exclude ".DS_Store" \ - --exclude ".gitignore" + --exclude ".gitignore" \ + --exclude "scripts/*.sh"