Skip to content

Commit 1fdd2db

Browse files
aradojeNyholm
authored andcommitted
Remove clear controllers for Symfony 4 (#104)
* removed symfony:clear_controllers * Rollback * Removed symfony:clear_controllers, updated readme * Update readme * Update readme
1 parent 967717d commit 1fdd2db

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
126125
deploy
@@ -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

lib/capistrano/tasks/deploy.rake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1918
end

0 commit comments

Comments
 (0)