Deploy Multiple Websites
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.
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
Support Staff 1 Posted by Feodor Fitsner on 30 Oct, 2014 06:50 PM
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 Posted by ricardo.polo on 30 Oct, 2014 06:51 PM
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.
Support Staff 3 Posted by Feodor Fitsner on 30 Oct, 2014 06:54 PM
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.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:49 AM.