I need to use the new deployment feature to deploy a .net web application (zip file built with bamboo) to an IIS web farm and change values to config files per environment during deployment. Does anyone have instructions on how to do this?
Hi Jesus,
there are already answers here - https://answers.atlassian.com/questions/102981/how-to-deploy-a-net-application-on-iis
It should help you out.
Regards
That post does not show how to deploy using the new Deploy feature in Bamboo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jesus,
There are no custom tasks build for MS Web Deploy that I'm aware of, but you can utilize command or script tasks to utilize MS Web Deploy CLI commands in your Bamboo pipeline. Powershell might be a good option for scripting custom tasks if you desire.
If you really would like Web Deploy specific tasks, you can always write your own plugin for them. https://developer.atlassian.com/display/BAMBOODEV/Bamboo+Plugin+Guide<br< a="">>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.