factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Add support for Drush 10 (the deploy command) #106

Closed mikran closed 3 years ago

mikran commented 3 years ago

Drush 10 introduces a new deploy command

Reset task should be updated to run this command so that projects can start using HOOK_deploy_NAME() hooks.

stmh commented 3 years ago

Nice suggestion. Phab already has a property called drushVersion. The code can be added around here https://github.com/factorial-io/phabalicious/blob/8b74e0cedf5c7b45c1cba1ce3de65962551be332/src/Method/DrushMethod.php#L245