diff --git a/Sources/SSHDeployer/SSHDeployer.swift b/Sources/SSHDeployer/SSHDeployer.swift index ac226900..340ecd9b 100644 --- a/Sources/SSHDeployer/SSHDeployer.swift +++ b/Sources/SSHDeployer/SSHDeployer.swift @@ -43,6 +43,7 @@ public final class SSHDeployer: Deployer { try deploy(pathToDeployable: pathToDeployable) } catch { log(destination, "Failed to deploy to this destination with error: \(error)") + throw error } }