mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
1.8 KiB
1.8 KiB
typo3
- Requires
Configuration
typo3_webroot
DocumentRoot / WebRoot for the TYPO3 installation
'Web'
shared_dirs
Overrides shared_dirs from recipe/deploy/shared.php
.
Shared directories
[
'{{typo3_webroot}}/fileadmin',
'{{typo3_webroot}}/typo3temp',
'{{typo3_webroot}}/uploads'
]
shared_files
Overrides shared_files from recipe/deploy/shared.php
.
Shared files
[
'{{typo3_webroot}}/.htaccess'
]
writable_dirs
Overrides writable_dirs from recipe/deploy/writable.php
.
Writeable directories
[
'{{typo3_webroot}}/fileadmin',
'{{typo3_webroot}}/typo3temp',
'{{typo3_webroot}}/typo3conf',
'{{typo3_webroot}}/uploads'
]
Tasks
deploy
Deploy your project.
Main TYPO3 task
This task is group task which contains next tasks: