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

Getting No request issued! when I specified all the keys required.

Open jfrux opened this issue 4 years ago • 0 comments

image

let ENV = {
//...
webhooks: {
      services: {
        invalidate: {
          url: `http://xxxxxxx.com/xxxxxxx.php`,
          method: 'GET',
          headers: {},
          body: "",
          didActivate: true
        }
      }
    }
//...
}

jfrux avatar Nov 06 '19 17:11 jfrux