Service deployment

This commit is contained in:
2025-03-31 15:40:35 +00:00
parent a62565d0ad
commit 7ad259bc38
3 changed files with 47 additions and 1 deletions

View File

@@ -31,5 +31,7 @@ class CreateService
$defaultPassword = Str::random(16);
dispatch(new DeployService($service, $defaultPassword));
return ['defaultPassword' => $defaultPassword, 'service' => $service];
}
}