Skip to content

Conversation

@Dhruvkumar-Microsoft
Copy link
Contributor

Purpose

This pull request removes three GitHub Actions workflow files related to deployment and Docker image building. These workflows previously automated deployment, resource cleanup, and Docker image build/push processes for various environments. Their removal indicates a significant change in the project's CI/CD pipeline, possibly due to a migration to a different system or a major restructuring of deployment automation.

The most important changes are:

CI/CD Pipeline Removal:

  • Deleted .github/workflows/deploy-v2.yml, which handled end-to-end deployment, quota checks, Azure resource provisioning, notifications, and resource cleanup for the main application.
  • Deleted .github/workflows/deploy-waf-v2.yml, responsible for deploying and cleaning up the WAF (Web Application Firewall) environment, including Azure resource management and notifications.
  • Deleted .github/workflows/docker-build-and-push-v2.yml, which built and optionally pushed backend and frontend Docker images to Azure Container Registry for several branches and pull requests.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 046cdf8 into main Sep 29, 2025
7 of 9 checks passed
@github-actions
Copy link

🎉 This PR is included in version 3.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants