Hello Anthony, On Mon, Aug 20, 2018 at 02:46:30 -0700, Anthony Chamas wrote: > Wondering whether GO can deploy to multiple cloud providers are the same > time ? > Same application (docker, k8s) to be deployed to AWS, Azure, and AliCloud > for instance. > Feasible ?
Sure. GoCD can do that. It just depends on how you model the pipeline. If you have a stage with multiple jobs and if you have enough GoCD agents, then they'll all run together and do whatever you want to do. Deploying to different cloud providers is dependent on your scripts to do so. These blog posts on modeling GoCD pipelines might be useful: https://www.gocd.org/tags/modeling-deployment-pipelines.html Especially this one: https://www.gocd.org/2017/06/13/modeling-deployment-pipelines-agents-environments/ Cheers, Aravind -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
