Running CodePush on Azure server
Closed this issue · 0 comments
After following the steps provided in README for the CodePush server, the CodePush infrastructure bicep file was successfully uploaded to Azure App Service and the server is running. However, step 5 which is about deploying CodePush to the Azure WebApp created during the infrastructure deployment part is unclear. Does the CodePush repository or its infrastructure bicep file need to be deployed to the server instead? Looks like Deployment Center requires it to be the repository itself, however when I am trying to deploy the source code manually, I need to provide the repo URL manually, if so then why I would need to follow the steps in README. Also, during the infrastrucutre deployemt process as you explained in README, Github OAuth automatically connected my Github account under Deployment Center and the local clone uri is created automaticaly (not sure what that URI is referring to (https://codepush-codepush.scm.azurewebsites.net/codepush-codepush.git) and when checking it gives No route registered for '/codepush-codepush.git'
, where it is coming from and how or even should it be fixed manually.
Here is how it was configured automatically throughout the process of README:
: