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 75e825f commit f1ed425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/dphuang2/konfig
repo: https://github.com/[REPLACE_ME]/konfig
rootDir: generator/konfig-next-app
plan: standard
autoDeploy: false
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
env: python
buildCommand: ./build-render.sh
startCommand: ./start.sh
repo: https://github.com/dphuang2/konfig
repo: https://github.com/[REPLACE_ME]/konfig
rootDir: generator/konfig-python-remote-code-executor
envVars:
- key: PYTHON_VERSION
Expand Down

0 comments on commit f1ed425

Please sign in to comment.