Open jongio opened 2 years ago
For cases where we have multiple services inside a single repository, we will need to configure the deployment to point at the right project: https://github.com/projectkudu/kudu/wiki/Customizing-deployments gives an overview of this (and we would probably use the app setting strategy vs the .deployment
strategy.
@jongio For clarification - App Service has two ways to do git deployments:
In the case of static web apps - I think only (1) is supported.
Are you thinking about (1) or (2) here?
I would like to support both.
Today we only support zip deployment. Let's also support git deployment.