docker container

How to easily setup mongodb database with github actions workflow

How to easily setup mongodb database with github actions workflow

Any real world application would most often use some form of database for storing master and transactional data. When we build our CI pipeline on Github actions, we are often required to setup a database in our test environment in order to execute test cases.In this post, we will setup...

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...