Skip to content

Commit

Permalink
invoke the deploy flow in 'deploy:full' task, fixes capistrano#3
Browse files Browse the repository at this point in the history
  • Loading branch information
gido committed Aug 7, 2015
1 parent 28b6a00 commit 04bb250
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/capistrano/tasks/drupal_deploy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -203,4 +204,4 @@ namespace :drush do
end
end
end
end
end

0 comments on commit 04bb250

Please sign in to comment.