You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2020. It is now read-only.
* 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
* 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
Use New Relic revision as configuration (#186)
This allows you to override revision retrieval for custom builds. This
is useful for builds where the revision is not in the current
directory.