DevOps Automation Implementation by Muskan TomarDevOps Automation Implementation by Muskan Tomar

DevOps Automation Implementation

Muskan Tomar

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:
Like this project

Posted Jan 23, 2024

Implemented a robust DevOps pipeline using automation, enabling seamless application deployment and reducing time-to-market for the client's software products.