DevOps Update: Domain, CI, Docker, and Code Review

Day 05 of 30 Not every day is about big deployments. Some days are about keeping everything clean, organized and moving smoothly. Here is what I worked on: 🌐 Domain Update — Updated domain names and base URL environment variables across dev and production environments to reflect the new URLs correctly 📂 CI File Segregation — Split CI configuration files for the main app and other deployment into separate files with single repository. This makes each deployment independent, easier to manage and less risky to touch 🐳 Docker Image Cleanup — Verified GitLab registry cleanup and updated CI files to build and push Docker images with branch specific tags only — no more unnecessary images piling up in the registry 🚀 New Service Deployed — Set up complete GitLab CI configuration for a new API service and deployed it successfully to the dev environment 🔀 Code Reviews — Reviewed and merged MRs to keep the team unblocked The CI file segregation was the most useful thing today. When one big CI file handles everything, a small mistake can break all deployments. Splitting it gives you better control and reduces risk. Clean pipelines and clean registries are just as important as building new things. #DevOps #GitLabCI #Docker #CICD #DockerRegistry #Linux #DevOpsEngineer

To view or add a comment, sign in

Explore content categories