chore: ensure aws deployment works
This commit is contained in:
parent
843932b06b
commit
546531b290
2 changed files with 3 additions and 3 deletions
4
.github/workflows/aws.yaml
vendored
4
.github/workflows/aws.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue