Remove redundant cleanup task
Capistrano automatically runs `deploy:cleanup` after finishing.
This commit is contained in:
@@ -62,8 +62,6 @@ namespace :deploy do
|
|||||||
|
|
||||||
before "deploy:restart", "setup_puma"
|
before "deploy:restart", "setup_puma"
|
||||||
|
|
||||||
after :finishing, "deploy:cleanup"
|
|
||||||
|
|
||||||
desc "Deploys and runs the tasks needed to upgrade to a new release"
|
desc "Deploys and runs the tasks needed to upgrade to a new release"
|
||||||
task :upgrade do
|
task :upgrade do
|
||||||
after "add_new_settings", "execute_release_tasks"
|
after "add_new_settings", "execute_release_tasks"
|
||||||
|
|||||||
Reference in New Issue
Block a user