v3.0.0
- Did a large refactor of paths (release_path, current_path, document_root)
- Provide two recipes (base and advanced) and examples for both
- v2.0.0 did not work with symlink deployments, this now works again (see #8)
- Updated from Deployer 7.2 to 7.3
- New config options (see
set.php):wp/configFilesfor wp-config/wp-config-local files which should be protected by more restrict file permissionswp/configFiles/permissionsfor the chmod permissions to apply to the configFiles- Removed
document_root- userelease_or_current_pathinstead
- New/changed task names:
push_codenow is calledupdate_codeagain for parity with PHPDeployer.
Changes since v3.0.0-alpha
- Fix: Composer default command not using
composer_optionsvariable.
Upgrading:
- If you haven't upgraded to v2.0.0 yet, it's best to upgrade to 3.0.0 directly
- Have a look at the example files. Your deploy.php will get much smaller and require less configuration.
- Also the new version is more smiliar to PHPDeployers default common recipe.