Skip to content

Commit 75e825f

Browse files
author
dphuang2
committed
fix
1 parent c388772 commit 75e825f

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

render-only-docs.yaml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
env: node
1616
buildCommand: ./build-render.sh
1717
startCommand: yarn start;
18-
repo: https://github.com/konfig-dev/konfig
18+
repo: https://github.com/dphuang2/konfig
1919
rootDir: generator/konfig-next-app
2020
plan: standard
2121
autoDeploy: false
@@ -33,9 +33,10 @@ services:
3333
name: konfig-python-remote-code-executor
3434
type: pserv
3535
property: hostport
36-
- fromGroup: cloudflare
37-
- fromGroup: openai
38-
- fromGroup: github
36+
- key: CLOUDFLARE_IMAGES_API_KEY
37+
sync: false
38+
- key: GITHUB_APP_PRIVATE_KEY
39+
sync: false
3940
- key: OPENAI_API_KEY
4041
sync: false
4142
- key: NPM_TOKEN
@@ -48,24 +49,10 @@ services:
4849
env: python
4950
buildCommand: ./build-render.sh
5051
startCommand: ./start.sh
51-
repo: https://github.com/konfig-dev/konfig
52+
repo: https://github.com/dphuang2/konfig
5253
rootDir: generator/konfig-python-remote-code-executor
5354
envVars:
5455
- key: PYTHON_VERSION
5556
value: 3.9.16
5657
- key: PORT
57-
value: 8000
58-
59-
envVarGroups:
60-
- name: cloudflare
61-
envVars:
62-
- key: CLOUDFLARE_IMAGES_API_KEY
63-
sync: false
64-
- name: openai
65-
envVars:
66-
- key: OPENAI_API_KEY
67-
sync: false
68-
- name: github
69-
envVars:
70-
- key: GITHUB_APP_PRIVATE_KEY
71-
sync: false
58+
value: 8000

0 commit comments

Comments
 (0)