ember-cli-deploy-webhooks
ember-cli-deploy-webhooks copied to clipboard
Ember CLI Deploy plugin for calling webhooks during deployments
Doing all these updates before releasing 1.0 as some updates might technically be considered breaking changes (I think ember-cli-babel is technically breaking?)
 ```js let ENV = { //... webhooks: { services: { invalidate: { url: `http://xxxxxxx.com/xxxxxxx.php`, method: 'GET', headers: {}, body: "", didActivate: true } } } //... } ```
Let’s get started with automated dependency management for ember-cli-deploy-webhooks :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...