📄️ Deployment & Delivery
In DevOps CD stands for: Continuous Delivery or Continuous Deployment.
📄️ CD pipeline
Deployment
📄️ Deployment using containers
Containers are a popular way to deploy applications in the cloud. As discussed earlier, they provide a lightweight and portable way to package applications and their dependencies, making it easier to deploy and manage them across different environments.
📄️ Versioning
Versioning helps developers track and document changes made to the software over time, making it easier to identify when and why a specific change was introduced. Versioning enables developers to revert to a previous version of the software if a bug or issue is introduced in a newer version. It also helps communicate updates and changes to users, making it clear which features or fixes are included in a specific release.
📄️ Tags
Creating tags