cicd

Setup DevOps CI CD pipeline by using docker containers and Image promotion

Setup DevOps CI CD pipeline by using docker containers and Image promotion 

If you write code and then check it into the version control, build the code and deploy on your dev server. Then deploy the same build artifacts onto your test server and post testing deploy on staging and on production. You might also use a orchestration tool for continuous delivery...