File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Deploy serverless website
1
+ # Deploy static site to AWS (S3+CDN+R53)
2
2
3
3
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.
4
4
Original file line number Diff line number Diff line change 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. '
3
3
branding :
4
4
icon : upload-cloud
5
5
color : red
@@ -59,7 +59,7 @@ inputs:
59
59
description : ' Enable or disables the use of CDN. Defaults to `false`.'
60
60
required : false
61
61
62
- # AWS Route53 Domains abd Certificates
62
+ # AWS Route53 Domains and Certificates
63
63
aws_r53_domain_name :
64
64
description : ' Define the root domain name for the application. e.g. `bitovi.com`'
65
65
required : false
You can’t perform that action at this time.
0 commit comments