I have a bamboo plan that successfully builds and shares an artifact. Now, I would like to know how to proceed with deployment. I tried with SCP configuration task but I am getting error. Can anyone tell me how to deploy asp.net to iis ?
Welcome to the Community!
I can't speak for everyone, but I know that personally our company has gone the route of using PowerShell scripts and script tasks to accomplish these types of operations. We are making use of Robocopy to perform the actual copy operation but the command is executed by PowerShell and run as a script task within Bamboo.
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.