exequiellares / adobe-cloud-ece-tools-extend
Adobe Commerce Cloud 自定义构建和部署场景
1.0.0
2023-06-21 00:38 UTC
Requires
- php: ^7.2 || ^8.0
- ext-json: *
- magento/ece-tools: *
This package is auto-updated.
Last update: 2024-09-21 15:34:16 UTC
README
要执行扩展构建:生成场景,请在您的 Magento Cloud 项目中运行以下命令
php ./vendor/bin/ece-tools run scenario/build/generate.xml ./vendor/exequiellares/adobe-cloud-ece-tools-extend/scenario/build/extend-build-generate.xml
要执行扩展部署场景,请在您的 Magento Cloud 项目中运行以下命令
php ./vendor/bin/ece-tools run scenario/deploy.xml ./vendor/exequiellares/adobe-cloud-ece-tools-extend/scenario/extend-deploy.xml
您可以使用不同的自定义场景扩展基本场景。
php vendor/bin/ece-tools run "path/to/base/scenarion" "path/to/extended/scenarion" "path/to/extended/scenarion2" "path/to/extended/scenarion3"
请注意,场景将按提供的顺序合并。
从云设置值
在 Magento Cloud 项目配置变量中添加
CONFIG_INDEXER_USE_APPLICATION_LOCK = 1 // TRUE
如果未设置,默认值为 FALSE