From 546531b290d8b89ee1f499fe30a93b18b1b444d1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 4 Jun 2024 21:38:01 -0500 Subject: [PATCH] chore: ensure aws deployment works --- .github/workflows/aws.yaml | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index cacd80e..0b05ddd 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 @@ -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 + run: aws s3 sync . s3://barrettruth.com --delete --exclude ".git/*" --exclude ".github/*" --exclude "README.md" --exclude ".DS_Store" diff --git a/index.html b/index.html index c542550..26becb6 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ barrett ruth - my website, hosted on aws + my website