mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
3.1 KiB
3.1 KiB
magento2
- Require
- Config
- Tasks
magento:compile
— Compile magento dimagento:deploy:assets
— Deploy assetsmagento:maintenance:enable
— Enable maintenance modemagento:maintenance:disable
— Disable maintenance modemagento:upgrade:db
— Upgrade magento databasemagento:cache:flush
— Flush Magento Cachedeploy:magento
— Magento2 deployment operationsdeploy
— Deploy your project
Config
static_content_locales
By default setup:static-content:deploy uses en_US
.
To change that, simply put set('static_content_locales', 'en_US de_DE');`
in you deployer script.
shared_files
- Overrides
shared_files
fromrecipe/common.php
shared_dirs
- Overrides
shared_dirs
fromrecipe/common.php
writable_dirs
- Overrides
writable_dirs
fromrecipe/deploy/writable.php
clear_paths
- Overrides
clear_paths
fromrecipe/common.php
Tasks
magento:compile
Tasks
magento:deploy:assets
magento:maintenance:enable
magento:maintenance:disable
magento:upgrade:db
magento:cache:flush
deploy:magento
This task is group task which contains next tasks:
magento:compile
magento:deploy:assets
magento:maintenance:enable
magento:upgrade:db
magento:cache:flush
deploy
This task is group task which contains next tasks: