From 766346bc1d78be3b48baaf4bec53680504e9cfaf Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 14 Apr 2025 14:47:20 -0400 Subject: [PATCH] feat: fix deploy --- scripts/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index eb1eb22..7577b1f 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -6,4 +6,5 @@ aws s3 sync . s3://barrettruth.com --delete \ --exclude "readme.md" \ --exclude ".DS_Store" \ --exclude ".gitignore" \ - --exclude "scripts/*.sh" + --exclude "scripts/*.sh" \ + --exclude "files/*"