We have integrated an automated build and deployment workflow for the project targeting Azure App Service. The pipeline uses GitHub Actions to build the .NET application on Windows runners and subsequently deploy the artifact to production. This streamlines delivery by ensuring every push to the main branch is automatically deployed. 🚀

Configured CI/CD pipeline for automated Azure App Service deployment - zhengqunkoo/pythonanywhere.com