In Azure git repo, I have taken sample react app code as shown below,

then I have to host this in app service using Azure DevOps so I created CI & CD pipeline as shown in below images, CI pipeline
It's working fine now in the same way our development team give some react/spx app code in git repo now I want to host/deploy those into SharePoint. for this I need to set up CI/CD pipeline. As I am new to DevOps I am not sure about this setup. Please help me out.
When development team pushes code into git repo the pipeline automatically trigger and that should be hosted/deployed into sharepoint. The development team building code is related to custom screens for SharePoint.



