Hey there,
Thanks much for such a library. It seems like exactly what I'm looking for. But I've confused on one thing; it expects deployment-url, but I have one deployment URL.What if I want to get preview of the deployment assigned to my PR/branch? Since the deployment keys are auto generated, where can I know what is my deployment-url of my PR?
If I pass my production app URL to deployment-url: my-app.vercel-app, it returns my-app-5elt1353h.vercel.app (see in the picture 5elt1353h is my latest production deployment build from main.
But what I look is that I'm creating a PR from feat/my-branch, it should return the latest URL of deployment created from feat/my-branch
Isn't that possible?
Hey there,
Thanks much for such a library. It seems like exactly what I'm looking for. But I've confused on one thing; it expects
deployment-url, but I have one deployment URL.What if I want to get preview of the deployment assigned to my PR/branch? Since the deployment keys are auto generated, where can I know what is my deployment-url of my PR?If I pass my production app URL to
deployment-url: my-app.vercel-app, it returnsmy-app-5elt1353h.vercel.app(see in the picture5elt1353his my latest production deployment build frommain.But what I look is that I'm creating a PR from
feat/my-branch, it should return the latest URL of deployment created fromfeat/my-branchIsn't that possible?