Muskan Tomar
This DevOps project focuses on developing an automation script for the creation of Azure DevOps CI/CD Pipelines and deployment of application to Vercel.
Creating a full Python script to set up an Azure DevOps CI/CD pipeline and deploy to Vercel involves multiple steps and configurations.
The script defines a pipeline with two jobs: "Build" and "Deploy."
The "Build" job installs dependencies and runs tests.
The "Deploy" job installs the Vercel CLI and deploys the project to Vercel.
Below is the workflow: