Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 6 additions & 17 deletions docs/recipe/typo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,6 @@ return get('use_rsync') ? 'rsync' : 'deploy:update_code';
```


### typo3_updateschema_types
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L162)

List of schema update types.
`safe` includes all necessary operations, to add or change fields or tables.

```php title="Default value"
'safe'
```



## Tasks

Expand All @@ -233,7 +222,7 @@ List of schema update types.


### typo3\:cache\:flush {#typo3-cache-flush}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L171)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L164)

TYPO3 - Clear all caches.

Expand All @@ -242,39 +231,39 @@ All run via [bin/php](/docs/recipe/common.md#bin/php) [release_path](/docs/recip


### typo3\:cache\:warmup {#typo3-cache-warmup}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L176)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L169)

TYPO3 - Cache warmup for system caches.




### typo3\:language\:update {#typo3-language-update}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L181)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L174)

TYPO3 - Update the language files of all activated extensions.




### typo3\:extension\:setup {#typo3-extension-setup}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L186)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L179)

TYPO3 - Set up all extensions.




### typo3\:install\:fixfolderstructure {#typo3-install-fixfolderstructure}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L191)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L184)

TYPO3 - Fix folder structure.




### deploy {#deploy}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L212)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L205)

Deploys a TYPO3 project.

Expand Down
7 changes: 0 additions & 7 deletions recipe/typo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@
'timeout' => 600,
]);

/**
* List of schema update types.
* `safe` includes all necessary operations, to add or change fields or tables.
*/
set('typo3_updateschema_types', 'safe');


/**
* TYPO3 Commands
* All run via {{bin/php}} {{release_path}}/{{bin/typo3}} <command>
Expand Down