secrets fix
This commit is contained in:
@@ -36,9 +36,7 @@ class DeployService implements ShouldQueue
|
|||||||
'order' => $index + 1,
|
'order' => $index + 1,
|
||||||
'status' => DeploymentStatus::PENDING,
|
'status' => DeploymentStatus::PENDING,
|
||||||
'script' => $plannedStep->getSafeScript(),
|
'script' => $plannedStep->getSafeScript(),
|
||||||
'secrets' => [
|
'secrets' => $this->service->credentials,
|
||||||
'password' => $this->service->credentials['password'],
|
|
||||||
],
|
|
||||||
]);
|
]);
|
||||||
if ($index === 0) {
|
if ($index === 0) {
|
||||||
$step->dispatchJob();
|
$step->dispatchJob();
|
||||||
|
|||||||
Reference in New Issue
Block a user