mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: remove logging of cleanup failures to prevent false deployment errors
This commit is contained in:
parent
cfea11f189
commit
a18e920e4c
1 changed files with 0 additions and 1 deletions
|
|
@ -3194,7 +3194,6 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
|
|||
'stderr',
|
||||
hidden: true
|
||||
);
|
||||
\Log::warning("Failed to stop running container {$this->container_name}: {$e->getMessage()}");
|
||||
|
||||
return; // Don't re-throw - cleanup failures shouldn't fail successful deployments
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue