Skip to content

Commit 383cbcd

Browse files
committed
cleanup: remove obsolete configuration option
The corresponding task was deleted with commit eaaff59
1 parent ae5b79b commit 383cbcd

2 files changed

Lines changed: 6 additions & 24 deletions

File tree

docs/recipe/typo3.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

238227
TYPO3 - 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

247236
TYPO3 - 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

255244
TYPO3 - 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

263252
TYPO3 - 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

271260
TYPO3 - 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

279268
Deploys a TYPO3 project.
280269

recipe/typo3.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@
155155
'timeout' => 600,
156156
]);
157157

158-
/**
159-
* List of schema update types.
160-
* `safe` includes all necessary operations, to add or change fields or tables.
161-
*/
162-
set('typo3_updateschema_types', 'safe');
163-
164-
165158
/**
166159
* TYPO3 Commands
167160
* All run via {{bin/php}} {{release_path}}/{{bin/typo3}} <command>

0 commit comments

Comments
 (0)