Fix issue with saving environment variables in ApplicationDeploymentJob.php

This commit is contained in:
Andras Bacsai 2024-04-17 11:23:54 +02:00
parent 55ed0f2374
commit b97240963e

View File

@ -770,7 +770,6 @@ private function save_environment_variables()
}
if ($envs->isEmpty()) {
$this->env_filename = null;
$this->execute_remote_command(
[
"command" => "rm -f $this->configuration_dir/{$this->env_filename}",
@ -778,6 +777,7 @@ private function save_environment_variables()
"ignore_errors" => true
]
);
$this->env_filename = null;
return;
}
$this->execute_remote_command([