In azure git repo i have taken sample react app code as shown below, [
](https://i.stack.imgur.com/UO1kn.png)
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 [
](https://i.stack.imgur.com/V8owo.png)
CD pipeline [
](https://i.stack.imgur.com/En7W9.png)
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 realted to custom screens for sharepoint.
In brief my requirement:
developers team will create code for sharepoint custom screens(multiple) and that code is available in azure git repo now i need to set up CI & CD pipeline to host/deploy that custom screens into sharepoint aoutomatically whenever code is available in Azure git repo.