Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Apr 2, 2024
2 parents af6c7d4 + 25d7d63 commit d131337
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
- name: konfig-demo-portal
type: web
env: node
buildCommand: yarn; yarn build;
buildCommand: yarn --ignore-engines; yarn build;
startCommand: yarn start;
repo: https://github.com/konfig-dev/konfig
rootDir: generator/konfig-next-app
Expand All @@ -99,6 +99,8 @@ services:
name: konfig-python-remote-code-executor
type: pserv
property: hostport
- fromGroup: cloudflare
- fromGroup: openai
- fromGroup: github
- key: OPENAI_API_KEY
sync: false
Expand Down Expand Up @@ -132,6 +134,8 @@ services:
name: konfig-python-remote-code-executor
type: pserv
property: hostport
- fromGroup: openai
- fromGroup: cloudflare
- fromGroup: github
- key: OPENAI_API_KEY
sync: false
Expand Down Expand Up @@ -328,6 +332,14 @@ databases:
plan: starter

envVarGroups:
- name: cloudflare
envVars:
- key: CLOUDFLARE_IMAGES_API_KEY
sync: false
- name: openai
envVars:
- key: OPENAI_API_KEY
sync: false
- name: konfig-changeset-bot
envVars:
- key: APP_ID
Expand Down

0 comments on commit d131337

Please sign in to comment.