ember-cli-deploy-webhooks icon indicating copy to clipboard operation
ember-cli-deploy-webhooks copied to clipboard

Ember CLI Deploy plugin for calling webhooks during deployments

Results 3 ember-cli-deploy-webhooks issues
Sort by recently updated
recently updated
newest added

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?)

![image](https://user-images.githubusercontent.com/171077/68319718-c0e6e400-008c-11ea-826a-acac42fd29c7.png) ```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...

greenkeeper