Skip to content

refactor(deploy): Do not pass the `deployer` struct to the strategy.

Florian Forster requested to merge fforster/strategy into main

refactor(deploy): Do not pass the deployer struct to the strategy.

Pass interfaces instead, to allow testing. Also add rudimentary unit tests for all available strategies.

Issue: team#234 (closed)

Merge request reports