From f3bd8f7d94e94c65cab1842bd11e0b382668b586 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 4 Jun 2024 21:55:35 -0500 Subject: [PATCH] fix(ci): remove gitignore from s3 --- .github/workflows/aws.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index 0b05ddd..100d96a 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -20,4 +20,4 @@ jobs: aws-region: us-east-2 - name: Deploy static site to S3 bucket - run: aws s3 sync . s3://barrettruth.com --delete --exclude ".git/*" --exclude ".github/*" --exclude "README.md" --exclude ".DS_Store" + run: aws s3 sync . s3://barrettruth.com --delete --exclude ".git/*" --exclude ".github/*" --exclude "README.md" --exclude ".DS_Store" --exclude ".gitignore"