-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update typo3.php #4094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update typo3.php #4094
Conversation
What is needed so that the docs get updated? https://deployer.org/docs/8.x/recipe/typo3 still shows the old structure |
I'll open another PR with freshly rendered docs, @linawolf. I just rendered them for the first iteration, but some updates followed and merge went fast. |
The Why are the task('typo3:cache:warmup', function () {
run('{{bin/php}} {{release_path}}/public/typo3 cache:warmup --group system');
}); |
Good point @MarcoRemy, will clean it up in the next iteration! |
Update recipe for TYPO3 v13
Add config option to choose between deployment with rsync or default git repository
Bug fix #…?
New feature?
BC breaks?
Tests added?
Docs added?