VCS fix for non-existing code base

This commit is contained in:
Piotr Dec 2025-10-14 19:55:43 +02:00
parent 2d3699ad00
commit d45fe704b6
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
4 changed files with 28 additions and 3 deletions

View file

@ -13,7 +13,8 @@ class AppConfig(BaseModel):
class GitConfig(BaseModel):
directory: str = "/opt/repo/sample"
path: Path = Path("/opt/repo/sample")
url: str = "ssh://git@hattori.ztsh.eu:29418/paas/heimdall.git"
branch: str = "master"
remote: str = "origin"