How can we use bamboo for deploy app on windows .We want to use centos for deploy operation to windows machine .. what is The procedure to install bamboo for deploy app to windows over centos
There are multiple ways to do this. It will rather depend on how you want to do it and what are your constraints.
Some options I can think:
Your remote windows has an API that can be called to load the deployment results - In this case, you could use a script task to call the API and do what you need.
Your remote windows has open SCP and open SSH (you may want to install it) - You do the work manually by remote copying the deployment results (using SCP) and reloading the remote services using remote SSH commands. You could use the SCP task and SSH task for this or just a script task with all commands.
You have a remote agent on the windows server you want the deployment results to be delivered - Use the tasks needed to deploy your code on the local remote agent machine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.