fix: Add configs_repo as git submodule for API deployment

- Converted api/configs_repo from ignored directory to git submodule
- Links to skill-seekers-configs repository
- Ensures all 24 preset configs are available in deployed API
- Fixes config gallery showing only 4 configs instead of 24

This resolves the issue where api.skillseekersweb.com/api/configs
was falling back to the configs/ directory (4 files) instead of
reading from api/configs_repo/official/ (24 files in subdirectories).

Submodule: https://github.com/yusufkaraaslan/skill-seekers-configs.git
This commit is contained in:
yusyus
2026-01-14 23:16:17 +03:00
parent c9b9f44ce2
commit 1cbb8fed77
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "api/configs_repo"]
path = api/configs_repo
url = https://github.com/yusufkaraaslan/skill-seekers-configs.git

3
api/.gitignore vendored
View File

@@ -1 +1,2 @@
configs_repo/
# configs_repo is now a git submodule, tracked in .gitmodules
# configs_repo/

1
api/configs_repo Submodule

Submodule api/configs_repo added at 09f65f8850