AWS Beanstalk, deploy app via Azure Devops to IIS Default Website but not to a child application

73 views Asked by At

I am attempting to deploy a Umbraco 8 site to AWS Beanstalk via Azure Devops to IIS. I have a release pipeline in place that has a Deploy to Elastic Beanstalk Application Action which works and I can see my app deployed.

the Elastic Beanstalk Application Action is part of the AWS Toolkit for Azure Dev Ops https://docs.aws.amazon.com/vsts/latest/userguide/elastic-beanstalk-deploy.html

The issue i seem to have is instead of deploying to the default web site directly a child application is being created and the app is being deployed there which has a knock on effect of causing some of the Umbraco urls resolutions to fail for some reason.

Is there a way of forcing the deployment to actually deploy directly to the default web application rather then to a child application?

0

There are 0 answers