diff --git a/lib/capistrano/tasks/drupal_deploy.rake b/lib/capistrano/tasks/drupal_deploy.rake index 5e1868c..5220733 100644 --- a/lib/capistrano/tasks/drupal_deploy.rake +++ b/lib/capistrano/tasks/drupal_deploy.rake @@ -17,7 +17,8 @@ namespace :deploy do desc 'Deploy your project and do an updatedb, feature revert, cache clear...' task :full do - :deploy + + invoke "deploy" if fetch(:install_composer) invoke "composer:install_executable" @@ -203,4 +204,4 @@ namespace :drush do end end end -end \ No newline at end of file +end