Open nipunayf opened 3 months ago
I have a GitHub Action configured to deploy my website to Azure whenever a new commit is made to the main branch. I plan to modify it so that it only deploys when a new release is created. Additionally, there are build checks in place for pull requests attempting to merge into the main branch.
Description
The CI/CD pipeline will streamline the development process by automatically building, testing, and deploying the application and its associated services. This automation will ensure faster and more reliable deployments, reduce the risk of manual errors, and maintain consistency across environments.
Describe your task(s)