Deploying Pages using Wrangler - returning deployment URL
Hey, I'm currently working on CI/CD pipeline. I've created the following script based on Cloudflare's GitHub Action:
Unfortunately it does not support concurrent deployments (it only fetches the latest deployment url). Is there a valid way of extracting the URL from wrangler output which would not break with future releases?
1 Reply
I guess something like flag would be perfect for the output