From 005ea8d7d9ab8c85133db88fef3df3ebe48dccbe Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 8 Jun 2024 17:09:13 -0500 Subject: [PATCH] include proper scripts --- index.html | 2 +- scripts/deploy.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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"