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:
yusyus
2026-01-14 23:17:49 +03:00
parent 1cbb8fed77
commit f5f37f6572

View File

@@ -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