This repository has been archived by the owner on Apr 26, 2020. It is now read-only.
Releases: deployphp/recipes
Releases · deployphp/recipes
6.2.2
6.2.1
6.2.0
6.1.6: Notify New Relic only if app ID and key are set (#194)
* Notify New Relic only if app ID and key are set This allows setting the app ID to false when deploying to environments not monitored by New Relic. You'll still receive an error message if you don't manually override newrelic_app_id. * Update CHANGELOG for #139
6.1.5: Fix missing cachetool_args (#192)
* Cannot use --web option The cachetool has a --web option. However, this cannot be used because --fcgi= is always prefixed in front of the options. Adding cachetool_args allows you to customise all arguments. * Set default value