Continuous Deployment
[!INFO]-
topic: ๐ฅ๏ธ Tech
links: Continuous Integration
source: Continuous Integration vs Continuous Delivery vs Continuous Deployment in a Easy Way - YouTube
tags: #permanent-note #published
Last Modified:=dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")
Continuous deployment automatically builds your code as soon as it is committed and, if the tests and build process work without any issues, pushes it to production automatically.