Hello,
Here we are trying to support auto deployment for our roosterjs repo so that it can generate a deploy link to our Demo Site, when a pull request is pushed.
I tried to set up this with Azure pipeline by creating an app service in my personal Azure account and configured the deployment so that it is linked to the GitHub repo that I forked from the main repo. Here is the action it created for us. After I pushed a change, I was able to see that it started the job to build and deploy the code. Please see this job where everything looked okay but the deploy link (http://roosterjsbiwu.azurewebsites.net) that was generated doesn't get routed, so it is not working.
Instead, I figured out that the change was actually deployed to https://roosterjsbiwu.scm.azurewebsites.net/, under path /home/site/wwwroot/dist/deploy, so if I go to https://roosterjsbiwu.scm.azurewebsites.net/wwwroot/dist/deploy, I am able to see the demo site shown up, but that link seems only accessible to myself, but not public, and https://roosterjsbiwu.azurewebsites.net/wwwroot/dist/deploy is still not working.
I think there is something that I must have configured wrong. Can I get some help from you to set up this pipeline, or is there another way to do this, Thanks!
