Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Dec 4, 2024
1 parent c388772 commit 75e825f
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions render-only-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
env: node
buildCommand: ./build-render.sh
startCommand: yarn start;
repo: https://github.com/konfig-dev/konfig
repo: https://github.com/dphuang2/konfig
rootDir: generator/konfig-next-app
plan: standard
autoDeploy: false
Expand All @@ -33,9 +33,10 @@ services:
name: konfig-python-remote-code-executor
type: pserv
property: hostport
- fromGroup: cloudflare
- fromGroup: openai
- fromGroup: github
- key: CLOUDFLARE_IMAGES_API_KEY
sync: false
- key: GITHUB_APP_PRIVATE_KEY
sync: false
- key: OPENAI_API_KEY
sync: false
- key: NPM_TOKEN
Expand All @@ -48,24 +49,10 @@ services:
env: python
buildCommand: ./build-render.sh
startCommand: ./start.sh
repo: https://github.com/konfig-dev/konfig
repo: https://github.com/dphuang2/konfig
rootDir: generator/konfig-python-remote-code-executor
envVars:
- key: PYTHON_VERSION
value: 3.9.16
- key: PORT
value: 8000

envVarGroups:
- name: cloudflare
envVars:
- key: CLOUDFLARE_IMAGES_API_KEY
sync: false
- name: openai
envVars:
- key: OPENAI_API_KEY
sync: false
- name: github
envVars:
- key: GITHUB_APP_PRIVATE_KEY
sync: false
value: 8000

0 comments on commit 75e825f

Please sign in to comment.