randomgenerated name fix

This commit is contained in:
Andras Bacsai
2023-05-17 13:32:18 +02:00
parent 5f104c58f2
commit c350018716
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class PublicGitRepository extends Component
$application_init = [
'name' => generateRandomName() . "-{$git_repository}:{$git_branch}",
'name' => generateRandomName(),
'git_repository' => $git_repository,
'git_branch' => $git_branch,
'build_pack' => 'nixpacks',