File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ capistrano-symfony hooks into the [flow][1] offered by capistrano. It adds to th
120120* ` symfony:create_cache_dir `
121121* ` symfony:set_permissions `
122122* ` symfony:cache:warmup `
123- * ` symfony:clear_controllers `
124123
125124```
126125deploy
@@ -138,7 +137,6 @@ deploy
138137| |__ symfony:make_console_executable
139138|__ deploy:updated
140139| |__ symfony:cache:warmup
141- | |__ symfony:clear_controllers
142140|__ deploy:publishing
143141| |__ deploy:symlink:release
144142| |__ deploy:restart
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ namespace :deploy do
1313
1414 task :updated do
1515 invoke "symfony:cache:warmup"
16- invoke "symfony:clear_controllers"
1716 end
1817
1918end
You can’t perform that action at this time.
0 commit comments