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
120
120
* ` symfony:create_cache_dir `
121
121
* ` symfony:set_permissions `
122
122
* ` symfony:cache:warmup `
123
- * ` symfony:clear_controllers `
124
123
125
124
```
126
125
deploy
@@ -138,7 +137,6 @@ deploy
138
137
| |__ symfony:make_console_executable
139
138
|__ deploy:updated
140
139
| |__ symfony:cache:warmup
141
- | |__ symfony:clear_controllers
142
140
|__ deploy:publishing
143
141
| |__ deploy:symlink:release
144
142
| |__ deploy:restart
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ namespace :deploy do
13
13
14
14
task :updated do
15
15
invoke "symfony:cache:warmup"
16
- invoke "symfony:clear_controllers"
17
16
end
18
17
19
18
end
You can’t perform that action at this time.
0 commit comments