Skip to content

Commit

Permalink
Removed duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Sep 30, 2024
1 parent a139e6e commit c2f8600
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/kamal/commands/accessory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,4 @@ def proxy_deploy_command_args(target:)
def service_filter
[ "--filter", "label=service=#{service_name}" ]
end

def proxy_exec(*command)
docker :exec, proxy_container_name, "kamal-proxy", *command
end
end

0 comments on commit c2f8600

Please sign in to comment.