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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
|
|
@ -20,4 +20,4 @@ jobs:
|
||||||
aws-region: us-east-2
|
aws-region: us-east-2
|
||||||
|
|
||||||
- name: Deploy static site to S3 bucket
|
- 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"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@
|
||||||
<title>barrett ruth</title>
|
<title>barrett ruth</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
my website, hosted on aws
|
my website
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue