Deploy only when tags are pushed for controlled releases.
.gitlab-ci.yml
This pipeline triggers only on tags and creates an environment named after the
tag (e.g., v1.0.0).
Next Steps
- Add multi-stage deployment with approval
Last modified on
Deploy only when tags are pushed for controlled releases.
.gitlab-ci.yml
This pipeline triggers only on tags and creates an environment named after the
tag (e.g., v1.0.0).