Deploy Multiple Websites

ricardo.polo's Avatar

ricardo.polo

30 Oct, 2014 06:38 PM

I have a solution with multiple websites. Think a Solution with two web sites: a public one and a internal one. They are going to run in two azure websites.

I was deploying from Github to Azure, you select a setting in the Azure Website and it deploys the right project.
I want to deploy to Azure using AppVeyor. Is this possible? Two Projects in single solution and in a single git Repository.

  1. Support Staff 1 Posted by Feodor Fitsner on 30 Oct, 2014 06:50 PM

    Feodor Fitsner's Avatar

    Yes, that's possible. This case you'll get the same number of package artifacts, one for each WAP in your solution. Later you can choose a package to deploy to a right environment.

  2. 2 Posted by ricardo.polo on 30 Oct, 2014 06:51 PM

    ricardo.polo's Avatar

    Have an example or documentation please?

    In Appveyor.yml
    deploy:
      - provider: WebDeploy

    I dont know how to specify which project is going to it provider.

  3. Support Staff 3 Posted by Feodor Fitsner on 30 Oct, 2014 06:54 PM

    Feodor Fitsner's Avatar

    Sure, take a look: http://www.appveyor.com/docs/deployment/web-deploy#provider-settings

    It's artifact setting that could be either artifact's file name or "deployment name". It could be Regex too.

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:49 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

03 Oct, 2024 07:07 PM
01 Oct, 2024 05:06 PM
01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM