diff --git a/app/Jobs/Services/DeployService.php b/app/Jobs/Services/DeployService.php index 8636d2f..c27a8a0 100644 --- a/app/Jobs/Services/DeployService.php +++ b/app/Jobs/Services/DeployService.php @@ -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();