mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
* Magento: Fix artifact_path generation - Fix 1. Add -p parameter to mkdir command {{artifact_path}} could be configured with multiple folders such as build/artifacts - Fix 2. run() -> runLocally() The {{artifact_dir}} is used to keep artifacts archive file. It should be called at CI server only and not at target server. Then the task `artifact:upload` uploads this file at target server host under {{release_path}}. It is not needed to have {{artifact_dir}} at target server. * Update docs