feat(deployment): add repository_project_id handling for private GitHub apps and clean up unused Caddy label logic
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user