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?
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?