Skip to content

Commit ad3d9ea

Browse files
committed
Remove redundant method
1 parent 180205a commit ad3d9ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/kamal/cli/app.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,4 @@ def current_running_version(host: KAMAL.primary_host)
285285
def version_or_latest
286286
options[:version] || KAMAL.config.latest_tag
287287
end
288-
289-
def web_and_non_web_roles?
290-
KAMAL.roles.any?(&:running_traefik?) && !KAMAL.roles.all?(&:running_traefik?)
291-
end
292288
end

0 commit comments

Comments
 (0)