Skip to content

Commit

Permalink
setup fink2 render deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Aug 14, 2024
1 parent 7da7780 commit dd0a031
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd0a031

Please sign in to comment.