Skip to content

Commit 2b6030d

Browse files
committed
fix: address issues with deployment
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1 parent 0ef1a35 commit 2b6030d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

render.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ services:
1515
envVars:
1616
- key: NODE_VERSION
1717
value: "20"
18+
- key: SKIP_INSTALL_DEPS
19+
value: "true"
1820
buildFilter:
1921
paths:
2022
- apps/ui/**
@@ -31,6 +33,8 @@ services:
3133
envVars:
3234
- key: NODE_VERSION
3335
value: "20"
36+
- key: SKIP_INSTALL_DEPS
37+
value: "true"
3438
- key: LANGGRAPH_DEPLOYMENT_URL
3539
fromService:
3640
name: shadify-agent

0 commit comments

Comments
 (0)