7 min read

Gitlab CI/CD - Environment Tracking

Track where your code lives. By defining an environment in your job, GitLab tracks deployments in the UI, giving you a history of what version of code is currently running in Staging, Production, or Development.
Gitlab CI/CD - Environment Tracking
Reader: GitLab CI/CD Environments

Reader Mode

-- / --

Introduction