From dd0a0311d03a350e657c1aa06f9c40a4bd99ce8e Mon Sep 17 00:00:00 2001 From: NiklasBuchfink Date: Wed, 14 Aug 2024 14:07:32 +0200 Subject: [PATCH] setup fink2 render deployment --- render.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/render.yaml b/render.yaml index 91613e19a8..1d5788f751 100644 --- a/render.yaml +++ b/render.yaml @@ -40,6 +40,19 @@ services: domains: - lix.opral.com + - name: fink2 + type: web + runtime: static + autoDeploy: true + branch: lix-integration + staticPublishPath: ./inlang/source-code/fink2/dist + buildCommand: pnpm install && pnpm run --filter @inlang/fink2... build + buildFilter: + paths: + - inlang/source-code/fink2/** + envVars: + - fromGroup: production + - name: git-proxy type: web runtime: node