DEV Community

ShivangDholaria
ShivangDholaria

Posted on

CI/CD in Action: Deploying an Application from Code to Cloud

Hey all, In this post, I will be sharing a complete guide to CI-CD. This will be a multi-part series where I will talk through testing and deploying applications locally to all the way on the cloud.

Stay tuned for this! I am linking all the parts down below:

  1. Deploying Locally: A Developer’s Guide Before CI/CD
  2. Deploying a Spring Boot Application on AWS: A Complete Guide
  3. Continuous Integration: Automating Builds via CodePipeline and CodeBuild
  4. Continuous Deployment: Automating Application Releases via CodeBuild

Top comments (0)