CloudFlare pages Deployment

Hi Team,

I have my repository in Azure Repo’s. I wanted to deploy my application to Cloudflare pages using azure devops pipelines using wrangler cli 2.0, but Im getting login issues with “wrangler login” command. I have tried all the options i found in google for wrangler login command. Please help me how can i authenticate and deploy to Cloudflare pages using azure devops pipeline script

In CI/CD, you won’t want to use wrangler login and will instead want to use an API token. See the following for more info:

1 Like