feat: cleanup sentinel on server deletion
fix: Sentinel should not be enabled on build servers
This commit is contained in:
@@ -96,7 +96,7 @@ class PushServerUpdateJob implements ShouldQueue
|
||||
|
||||
$this->serverStatus();
|
||||
|
||||
$this->server->sentinelUpdateAt();
|
||||
$this->server->sentinelHeartbeat();
|
||||
|
||||
$this->containers = collect(data_get($data, 'containers'));
|
||||
if ($this->containers->isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user