fix dev only thingy
This commit is contained in:
parent
06dfcff559
commit
239ecd4056
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue