Skip to content

Commit 9855e1a

Browse files
authored
Changing action/readme names
1 parent e330259 commit 9855e1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deploy serverless website
1+
# Deploy static site to AWS (S3+CDN+R53)
22

33
GitHub action to deploy anything into a bucket, adding the options to add a CDN and use a Domain (if hosted in Route53) with certificates.
44

action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Deploy Docker to AWS (EC2)'
2-
description: 'Deploy a Docker app to an AWS Virtual Machine (EC2) with Docker Compose'
1+
name: 'Deploy static site to AWS (S3+CDN+R53)'
2+
description: 'Deploy a website to an S3 bucket. Option to add Cloudfront, and deploy to a Route53 managed domain with certs.'
33
branding:
44
icon: upload-cloud
55
color: red
@@ -59,7 +59,7 @@ inputs:
5959
description: 'Enable or disables the use of CDN. Defaults to `false`.'
6060
required: false
6161

62-
# AWS Route53 Domains abd Certificates
62+
# AWS Route53 Domains and Certificates
6363
aws_r53_domain_name:
6464
description: 'Define the root domain name for the application. e.g. `bitovi.com`'
6565
required: false

0 commit comments

Comments
 (0)