Skip to content
Snippets Groups Projects
Commit 3b83a3bb authored by Simon Künzel's avatar Simon Künzel
Browse files

Include commit tag in deploy pipeline

parent d4a35c40
No related branches found
No related tags found
1 merge request!8Include commit tag in deploy pipeline
Pipeline #6159 canceled
trigger-production:
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == "live_production"
- if: $CI_COMMIT_BRANCH == "live_production" && $CI_COMMIT_TAG != null
variables:
BUILD_TYPE: backend_api
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
UPSTREAM_COMMIT_TAG: $CI_COMMIT_TAG
trigger:
# Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B
project: videoag_infra/production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment