deployer/docs/recipe/prestashop.md
Anton Medvedev 3216576680 Add docs
2021-09-26 15:25:58 +02:00

1.8 KiB

prestashop

Source

Configuration

shared_files

Source

Overrides shared_files from recipe/common.php.

[
    'config/settings.inc.php',
    '.htaccess',
]

shared_dirs

Source

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

Source

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

Source

Deploy your project.

This task is group task which contains next tasks: