Skip to content

Commit

Permalink
feat: add test deployment for md-app
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Feb 4, 2025
1 parent 45d4da6 commit f01bde5
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 @@ -90,6 +90,19 @@ services:
envVars:
- fromGroup: production

- name: lix-md
type: web
runtime: static
autoDeploy: true
branch: md-app
staticPublishPath: ./packages/md-app/dist
buildCommand: pnpm install && pnpm run --filter md-app... build
buildFilter:
paths:
- packages/md-app/**
envVars:
- fromGroup: production

- name: inlang-website
type: web
runtime: node
Expand Down

0 comments on commit f01bde5

Please sign in to comment.