fix(ci): remove gitignore from s3
This commit is contained in:
parent
546531b290
commit
f3bd8f7d94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/aws.yaml
vendored
2
.github/workflows/aws.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue