fix dev only thingy

This commit is contained in:
Andras Bacsai 2025-10-05 11:39:22 +02:00
parent 06dfcff559
commit 239ecd4056

View file

@ -352,7 +352,7 @@ public function handle(): void
}
$this->application_deployment_queue->addLogEntry("Gracefully shutting down build container: {$this->deployment_uuid}");
// $this->graceful_shutdown_container($this->deployment_uuid);
$this->graceful_shutdown_container($this->deployment_uuid);
ServiceStatusChanged::dispatch(data_get($this->application, 'environment.project.team.id'));
}