From 75a5ec1160acf42d4bfe7ad4bd6cff93c322aeb0 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 8 Jul 2023 16:11:25 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20chore(render.yaml):=20update=20l?= =?UTF-8?q?angflow=20service=20branch=20from=20'form=5Fio'=20to=20'main'?= =?UTF-8?q?=20for=20consistency=20with=20the=20repository's=20default=20br?= =?UTF-8?q?anch=20=F0=9F=94=80=20chore(render.yaml):=20add=20'instanceType?= =?UTF-8?q?:=20free'=20to=20langflow=20service=20configuration=20to=20spec?= =?UTF-8?q?ify=20the=20instance=20type=20as=20free?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- render.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 1f9451131..4b575a41f 100644 --- a/render.yaml +++ b/render.yaml @@ -3,8 +3,9 @@ services: - type: web name: langflow runtime: docker + instanceType: free dockerfilePath: ./Dockerfile repo: https://github.com/logspace-ai/langflow - branch: form_io + branch: main healthCheckPath: /health autoDeploy: false