From dd9f69e4cdb2231e1045d88a1e31719832b58d8c Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 12 Dec 2022 13:43:04 +0300 Subject: [PATCH] docs: Add installation type for render --- packages/docs/pages/guide/installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index 7108e213..91fa423c 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -74,6 +74,18 @@ REDIS_TLS= ::: +## Render + + + Deploy to Render + + +:::info + +We use default values of render plans with the `render.yaml` file, if you want to use the free plan or change the plan, you can change the `render.yaml` file in your fork and use your repository URL while creating a blueprint in Render. + +::: + ## Production setup If you need to change any other environment variables for your production setup, let's check out the [environment variables](/advanced/configuration#environment-variables) section of the configuration page.