Live Deploy Not Working

I am trying to try out live deploys but not luck. I am doing a build with the following and then trying to update the html but I cannot trigger an update. I have followed the docs and running out of resources. Any suggestions would be welcomed thank you.

From my ionic pro build

type or p ▸ ✔ Gathering environment info - done!
[03:09:16]: ▸ Ionic:
[03:09:16]: ▸ ionic (Ionic CLI)  : 4.1.1 (/usr/local/lib/node_modules/ionic)
[03:09:16]: ▸ Ionic Framework    : ionic-angular 3.9.2
[03:09:16]: ▸ @ionic/app-scripts : 3.2.1
[03:09:16]: ▸ Cordova:
[03:09:16]: ▸ cordova (Cordova CLI) : 8.0.0
[03:09:16]: ▸ Cordova Platforms     : none
[03:09:16]: ▸ Cordova Plugins       : no whitelisted plugins (0 plugins total)
[03:09:16]: ▸ System:
[03:09:16]: ▸ NodeJS : v8.11.4 (/usr/local/bin/node)
[03:09:16]: ▸ npm    : 5.10.0
[03:09:16]: ▸ OS     : macOS High Sierra
[03:09:16]: ▸ Xcode  : Xcode 9.4.1 Build version 9F2000aste code here

config.xml

    <plugin name="cordova-plugin-ionic" spec="5.2.8">
        <variable name="APP_ID" value="e01558ff" />
        <variable name="CHANNEL_NAME" value="Master" />
        <variable name="UPDATE_METHOD" value="auto" />
    </plugin>

package.json

 "cordova": {
    "plugins": {
      "cordova-plugin-ionic": {
        "APP_ID": "e01558ff",
        "CHANNEL_NAME": "Master",
        "UPDATE_METHOD": "background"
      }
    }
  }