There was a bug where EW updates weren't deploying. I realized that the EW was hard-coded to edge_worker_id = "85795"
[x] The first commit here fixes that.
[x] To prevent this from happening i am going to update the build for the EW to take the env variable for the deployment name and add that to the display in the EW bundle to prove that its updating. We can update jest to verify that behavior.
[x] need to automate the node build to increment the bundle version otherwise akamai's API's will fail validation.
There was a bug where EW updates weren't deploying. I realized that the EW was hard-coded to
edge_worker_id = "85795"
[x] The first commit here fixes that.
[x] To prevent this from happening i am going to update the build for the EW to take the env variable for the deployment name and add that to the display in the EW bundle to prove that its updating. We can update jest to verify that behavior.
[x] need to automate the node build to increment the bundle version otherwise akamai's API's will fail validation.