mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 21:20:29 +00:00
fix: remove logging of cleanup failures to prevent false deployment errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user