fix: remove logging of cleanup failures to prevent false deployment errors

This commit is contained in:
Andras Bacsai
2025-12-03 09:16:28 +01:00
parent cfea11f189
commit a18e920e4c

View File

@@ -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
}