mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor: remove unused tags method from ApplicationDeploymentJob
This commit is contained in:
parent
9048efaf74
commit
cc61f48f27
1 changed files with 0 additions and 5 deletions
|
|
@ -233,11 +233,6 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
|
|||
}
|
||||
}
|
||||
|
||||
public function tags(): array
|
||||
{
|
||||
return ['server:'.gethostname()];
|
||||
}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
$this->application_deployment_queue->update([
|
||||
|
|
|
|||
Loading…
Reference in a new issue