Skip to content

v3.0.0

Choose a tag to compare

@gaambo gaambo released this 07 Jun 06:46
· 64 commits to master since this release
c4e201f
  • 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/configFiles for wp-config/wp-config-local files which should be protected by more restrict file permissions
    • wp/configFiles/permissions for the chmod permissions to apply to the configFiles
    • Removed document_root - use release_or_current_path instead
  • New/changed task names:
    • push_code now is called update_code again for parity with PHPDeployer.

Changes since v3.0.0-alpha

  • Fix: Composer default command not using composer_options variable.

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.