From 900041001a6c9333f9081e1d61e6c3d9fb59dc59 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Mon, 25 Mar 2024 22:48:23 +0400 Subject: [PATCH] Removed unused method --- lib/kamal/commands/app.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/kamal/commands/app.rb b/lib/kamal/commands/app.rb index c49c228b..945d8795 100644 --- a/lib/kamal/commands/app.rb +++ b/lib/kamal/commands/app.rb @@ -85,10 +85,6 @@ class Kamal::Commands::App < Kamal::Commands::Base argumentize "--filter", filters(statuses: statuses) end - def service_role_dest - [ config.service, role, config.destination ].compact.join("-") - end - def filters(statuses: nil) [ "label=service=#{config.service}" ].tap do |filters| filters << "label=destination=#{config.destination}" if config.destination