Skip to content

Commit a1d6aef

Browse files
anuragamyrlam
authored andcommitted
Add Render deployment section (#6695)
1 parent ebabd18 commit a1d6aef

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docusaurus/docs/deployment.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,18 @@ To deploy your built project directly with Now CLI in your terminal, without any
454454
455455
3. Run `now --name your-project-name` from within the build directory. You will be given a **now.sh** URL as a response as your build is deployed, similar to the following: https://my-cra-project-4rx7b16z3.now.sh/
456456
457-
Click or paste the deployment URL into your browser when the build is complete and you will see your deployed app.
457+
Click or paste the deployment URL into your browser when the build is complete and you will see your deployed app.
458458
459459
For more information on deploying React applications with Now, including automatically building your application fresh in the cloud, setting up routes to rewrite all paths to the index.html file, and setting up caching headers for speed, see [the ZEIT Guide for Deploying a React app with Create React App](https://zeit.co/guides/deploying-react-with-now-cra/).
460460
461+
## [Render](https://render.com)
462+
463+
Render offers free [static site](https://render.com/docs/static-sites) hosting with fully managed SSL, a global CDN and continuous auto deploys from GitHub.
464+
465+
Deploy your app in just a few minutes by following the [Create React App deployment guide](https://render.com/docs/deploy-create-react-app).
466+
467+
Use invite code `cra` to sign up or use [this link](https://render.com/i/cra).
468+
461469
## [S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/)
462470
463471
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.

0 commit comments

Comments
 (0)