- add command
drupal:drush:deploy
to run official drush deploy command
- add command
drupal:security:obscurity:files
to obfuscate Drupal sensitive files by deletion - add command
drupal:security:obscurity:htaccess
to obfuscate Drupal sensitive files by htaccess
- Only files directory must have permissions fixed to be writable, not all shared files.
- Allow Site directory to be configured
- Optimize permissions related tasks
- Update the command
drupal:cache:clear
to be re-runnable after invoke
- Support for Drupal 8 & Drupal 9
- Complete code refactoring
- Support for Drupal 8 & Drupal 9
- Task
deploy
do not clear cache, revert features, updatedb, etc. For this usedeploy:full
task
- Fix capistrano deps