mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
3.8 KiB
3.8 KiB
shopware
- Requires
Configuration
release_name
Overrides release_name from recipe/deploy/release.php
.
shared_files
Overrides shared_files from recipe/deploy/shared.php
.
[
'.env',
]
shared_dirs
Overrides shared_dirs from recipe/deploy/shared.php
.
[
'custom/plugins',
'config/jwt',
'files',
'var/log',
'public/media',
'public/thumbnail',
'public/sitemap',
]
writable_dirs
Overrides writable_dirs from recipe/deploy/writable.php
.
[
'custom/plugins',
'files',
'var',
'public/media',
'public/thumbnail',
'public/sitemap',
]
static_folders
Tasks
sw:update_code
sw:system:install
sw:build
sw:system:setup
sw:theme:compile
sw:cache:clear
sw:cache:warmup
sw:database:migrate
sw:plugin:refresh
sw:plugin:activate:all
sw:plugin:migrate:all
sw:plugin:upgrade:all
sw:deploy
Grouped SW deploy tasks
This task is group task which contains next tasks:
- sw:plugin:activate:all
- sw:database:migrate
- sw:plugin:migrate:all
- sw:build
- sw:theme:compile
- sw:cache:clear
deploy
Deploy your project.
Main task
This task is group task which contains next tasks: