@@ -210,17 +210,6 @@ return get('use_rsync') ? 'rsync' : 'deploy:update_code';
210210```
211211
212212
213- ### typo3_updateschema_types
214- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L162 )
215-
216- List of schema update types.
217- ` safe ` includes all necessary operations, to add or change fields or tables.
218-
219- ``` php title="Default value"
220- 'safe'
221- ```
222-
223-
224213
225214## Tasks
226215
@@ -233,7 +222,7 @@ List of schema update types.
233222
234223
235224### typo3\: cache\: flush {#typo3-cache-flush}
236- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L171 )
225+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L164 )
237226
238227TYPO3 - Clear all caches.
239228
@@ -242,39 +231,39 @@ All run via [bin/php](/docs/recipe/common.md#bin/php) [release_path](/docs/recip
242231
243232
244233### typo3\: cache\: warmup {#typo3-cache-warmup}
245- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L176 )
234+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L169 )
246235
247236TYPO3 - Cache warmup for system caches.
248237
249238
250239
251240
252241### typo3\: language\: update {#typo3-language-update}
253- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L181 )
242+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L174 )
254243
255244TYPO3 - Update the language files of all activated extensions.
256245
257246
258247
259248
260249### typo3\: extension\: setup {#typo3-extension-setup}
261- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L186 )
250+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L179 )
262251
263252TYPO3 - Set up all extensions.
264253
265254
266255
267256
268257### typo3\: install\: fixfolderstructure {#typo3-install-fixfolderstructure}
269- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L191 )
258+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L184 )
270259
271260TYPO3 - Fix folder structure.
272261
273262
274263
275264
276265### deploy {#deploy}
277- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L212 )
266+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L205 )
278267
279268Deploys a TYPO3 project.
280269
0 commit comments