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:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
3
api/.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
configs_repo/
|
# configs_repo is now a git submodule, tracked in .gitmodules
|
||||||
|
# configs_repo/
|
||||||
|
|||||||
1
api/configs_repo
Submodule
1
api/configs_repo
Submodule
Submodule api/configs_repo added at 09f65f8850
Reference in New Issue
Block a user