fix
This commit is contained in:
parent
4e7bfc12aa
commit
6c71d168c4
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ public function handle(): void
|
|||
$this->fail($e->getMessage());
|
||||
} finally {
|
||||
// Saving docker-compose.yml
|
||||
if ($this->docker_compose) {
|
||||
if (isset($this->docker_compose)) {
|
||||
Storage::disk('deployments')->put(Str::kebab($this->application->name) . '/docker-compose.yml', $this->docker_compose);
|
||||
}
|
||||
$this->executeNow(["docker rm -f {$this->deployment_uuid} >/dev/null 2>&1"], hideFromOutput: true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue