From 07e438cc8001b040ab047fcf0d343d7b3fa6f505 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 30 Aug 2019 16:36:43 +0100 Subject: [PATCH] Update deployment.md with another AWS example Hi there, I recently wrote a long blog post that takes a React developer step-by-step through many features of AWS. I really think any beginner could follow the guide and have a production ready workflow. Please let me know if my addition is suitable for this page and thank you for all the awesome work you do. --- docusaurus/docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/deployment.md b/docusaurus/docs/deployment.md index 3c5a1a8bdff..6b39372384c 100644 --- a/docusaurus/docs/deployment.md +++ b/docusaurus/docs/deployment.md @@ -476,7 +476,7 @@ Use invite code `cra` to sign up or use [this link](https://render.com/i/cra). ## [S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/) -See this [blog post](https://medium.com/@omgwtfmarc/deploying-create-react-app-to-s3-or-cloudfront-48dae4ce0af) on how to deploy your React app to Amazon Web Services S3 and CloudFront. +See this [blog post](https://medium.com/@omgwtfmarc/deploying-create-react-app-to-s3-or-cloudfront-48dae4ce0af) on how to deploy your React app to Amazon Web Services S3 and CloudFront. If you are looking to add a custom domain, HTTPS and continuous deployment see this [blog post](https://medium.com/dailyjs/a-guide-to-deploying-your-react-app-with-aws-s3-including-https-a-custom-domain-a-cdn-and-58245251f081). ## [Surge](https://surge.sh/)