https://github.com/threefoldtech/tfgrid-sdk-go/blob/development/grid-client/deployer/deployer.go#L109
the revertOnFailure parameter is not used in deploy(), while the logic here depends on it
I think it's safe to just remove the parameter, as Deploy() is the one handling the revert logic by sending the oldDeployments as the target state if revert is true.
https://github.com/threefoldtech/tfgrid-sdk-go/blob/development/grid-client/deployer/deployer.go#L109
the
revertOnFailureparameter is not used in deploy(), while the logic here depends on itI think it's safe to just remove the parameter, as
Deploy()is the one handling the revert logic by sending theoldDeploymentsas the target state if revert is true.