retry repo create

This commit is contained in:
pavel 2026-05-14 20:09:30 +02:00
commit 515d90cc9e
7 changed files with 88 additions and 19 deletions

View file

@ -43,6 +43,7 @@ type Project struct {
Slug string `json:"slug"`
Description string `json:"description"`
RepoURL string `json:"repo_url"`
RepoPrivate bool `json:"repo_private"`
ServiceName string `json:"service_name"`
RouteHost string `json:"route_host"`
TargetPort int `json:"target_port"`