How can I set up a CI/CD pipeline for my PHP web application, which is hosted in Azure Repos? I'm using an Ubuntu VM as the deployment environment and would like guidance on configuring the pipeline to ensure it's properly set up. Could you provide instructions or recommendations on how to achieve this?
I am utilizing Azure DevOps to set up the CI/CD pipeline.
Previously, I have worked with ASP.NET, but I am new to PHP web application deployment.