mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +08:00
* fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg * initial-content * cut-1.8-release-and-include-next-version * stage-1.8.0-and-next --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com>
20 lines
946 B
Plaintext
20 lines
946 B
Plaintext
---
|
|
title: Deploy Langflow on Render
|
|
slug: /deployment-render
|
|
---
|
|
|
|
This guide explains how to deploy Langflow on [Render](https://render.com/), a cloud platform for deploying web applications and APIs.
|
|
|
|
1. Prepare a Render instance that can support Langflow.
|
|
|
|
Langflow requires at least 2 GB of RAM to run, so you must use a Render instance type of **Standard** or better.
|
|
This requires a paid Render account.
|
|
For more information, see [Render Web Services](https://render.com/docs/web-services) and [Render pricing](https://render.com/pricing).
|
|
|
|
2. Follow this link to start a Langflow deployment on Render:
|
|
|
|
[](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Flangflow-ai%2Flangflow%2Ftree%2Fdev)
|
|
|
|
3. Enter a blueprint name, select the branch for your `render.yaml` file, and then click **Deploy Blueprint**.
|
|
|
|
When deployment is complete, your Langflow instance is ready to use. |