mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

allow user to overwrite deploy_script #595

Closed kuboon closed 6 years ago

kuboon commented 6 years ago

Currently, deploy_script is overwritable but it's forced under Mina.root_path which points the root of this gem. This causes the option meaningless.

I moved calling Mina.root_path not from deploy_script setter but from the option value. Now user can easily use their on deploy_script.

d4be4st commented 6 years ago

Thx for this!