mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
1.8 KiB
1.8 KiB
prestashop
- Requires
Configuration
shared_files
Overrides shared_files from recipe/common.php
.
[
'config/settings.inc.php',
'.htaccess',
]
shared_dirs
Overrides shared_dirs from recipe/common.php
.
[
'img',
'log',
'download',
'upload',
'translations',
'mails',
'themes/default-bootstrap/lang',
'themes/default-bootstrap/mails',
'themes/default-bootstrap/pdf/lang',
]
writable_dirs
Overrides writable_dirs from recipe/deploy/writable.php
.
[
'img',
'log',
'cache',
'download',
'upload',
'translations',
'mails',
'themes/default-bootstrap/lang',
'themes/default-bootstrap/mails',
'themes/default-bootstrap/pdf/lang',
'themes/default-bootstrap/cache',
]
Tasks
deploy
Deploy your project.
This task is group task which contains next tasks: