feat(deployment): add repository_project_id handling for private GitHub apps and clean up unused Caddy label logic

This commit is contained in:
Andras Bacsai
2025-04-22 10:20:57 +02:00
parent d731cdabdf
commit cd2f71b463
2 changed files with 12 additions and 19 deletions

View File

@@ -111,6 +111,7 @@ class Source extends Component
$this->application->update([
'source_id' => $sourceId,
'source_type' => $sourceType,
'repository_project_id' => null,
]);
$this->application->refresh();
$this->getSources();