[The migration doc](https://github.com/mina-deploy/mina/blob/v1.0.0.beta2/docs/migrating.md#deploy-variables) says: > All `*_path` variables (`:current_path`, `:shared_path`, ...) now include `:deploy_to` > - `#{fetch(:deploy_to)}/#{fetch(:current_path)}` -> `fetch(:current_path)` Which is not followed in the code, [for example](https://github.com/mina-deploy/mina-npm/blob/v1.0.0.beta2/lib/mina/npm/tasks.rb#L16).