Explain command map overwrite

This commit is contained in:
David Heinemeier Hansson
2023-01-08 16:33:09 +01:00
parent 94d61f3d9a
commit fdfdff65e9

View File

@@ -7,4 +7,5 @@ MRSK_CONFIG = Mrsk::Configuration.load_file(Rails.root.join("config/deploy.yml")
SSHKit::Backend::Netssh.configure { |ssh| ssh.ssh_options = MRSK_CONFIG.ssh_options }
# No need to use /usr/bin/env, just clogs up the logs
SSHKit.config.command_map[:docker] = "docker"