Write A Great Ci For Gitlab

1 · Naser Mirzaei · March 9, 2019, midnight
Problem When you develop an application or service, you need to test it in a production-like environment, or store versions to revert to previous versions on fails. These steps are a bit hard and annoying if you do all of them manually. So you need a full-time person to do them even at midnight. Solution GitLab (and GitHub) has a great tool for automating Deployment named Gitlab-CI. I don’t want to introduce them. You can read their documentation and about sections if you want! So, let’s do thes...