fix(ci): remove gitignore from s3

This commit is contained in:
Barrett Ruth 2024-06-04 21:55:35 -05:00
parent 546531b290
commit f3bd8f7d94

View file

@ -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"