capistrano / drupal-deploy

Gem for deploying Drupal projects with capistrano 3
MIT License
40 stars 26 forks source link

Allow configurable file system value for files: commands #7

Open kvnm opened 8 years ago

kvnm commented 8 years ago

files:upload, files:download, and files:fix_permission are useful commands, but they're currently locked into sites/default/files and can't be configured. A files_path config variable would be useful here.