Shubham Tawareshubzz.hashnode.dev·Nov 2, 2024Deployment Strategies: How to Choose the Right OneIn the world of DevOps, deployment strategies play a critical role in the seamless delivery of software updates. With businesses becoming increasingly reliant on continuous integration and delivery (CI/CD) pipelines, the way we deploy applications ha...Discuss·27 readsDevops
Quang LeforDwarves Foundation's Team Blogdwarvesf.hashnode.dev·Mar 30, 2023Case study: How blue-green deployment helped MochiAt Dwarves Foundation, our team has always faced some bit of friction when deploying apps for our clients. We’ve known about blue-green deployments for a while and were recently given the chance to evaluate and demonstrate them for one of our Discord...Discuss·10 likes·67 readsbluegreen
Samuel Monroeblog.srozen.com·Jan 5, 2023CloudFormation : CodePipeline and ECS Blue/Green Deployments (Part I)Forewords The context in which I set up this infrastructure for one of my projects is the following: I have a GitHub repository where the CI part is managed through GitHub actions. The CodePipeline will thus not be in charge of the tests. The appli...Discuss·2 likes·38 readsAWS