chore: Add cd command to change directory before removing .env file
This commit is contained in:
parent
7b041f3f22
commit
eaabf94cd7
1 changed files with 1 additions and 0 deletions
|
|
@ -1012,6 +1012,7 @@ public function saveComposeConfigs()
|
|||
instant_scp($path, "{$workdir}/docker-compose.yml", $this->server);
|
||||
Storage::disk('local')->delete("tmp/{$filename}");
|
||||
|
||||
$commands[] = "cd $workdir";
|
||||
$commands[] = 'rm -f .env || true';
|
||||
|
||||
$envs_from_coolify = $this->environment_variables()->get();
|
||||
|
|
|
|||
Loading…
Reference in a new issue