fix: Update render.yaml to use git submodule for configs_repo
Changed from manual git clone to proper submodule initialization. This ensures configs_repo is properly synced with .gitmodules.
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
|||||||
runtime: python
|
runtime: python
|
||||||
plan: free
|
plan: free
|
||||||
buildCommand: |
|
buildCommand: |
|
||||||
pip install -r api/requirements.txt &&
|
git submodule update --init --recursive &&
|
||||||
git clone https://github.com/yusufkaraaslan/skill-seekers-configs.git api/configs_repo
|
pip install -r api/requirements.txt
|
||||||
startCommand: cd api && uvicorn main:app --host 0.0.0.0 --port $PORT
|
startCommand: cd api && uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||||
envVars:
|
envVars:
|
||||||
- key: PYTHON_VERSION
|
- key: PYTHON_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user