secrets fix

This commit is contained in:
2025-05-22 17:37:09 +01:00
parent 0b3c62fd5f
commit 41c8521936

View File

@@ -36,9 +36,7 @@ class DeployService implements ShouldQueue
'order' => $index + 1,
'status' => DeploymentStatus::PENDING,
'script' => $plannedStep->getSafeScript(),
'secrets' => [
'password' => $this->service->credentials['password'],
],
'secrets' => $this->service->credentials,
]);
if ($index === 0) {
$step->dispatchJob();