Skip to content
Snippets Groups Projects
Commit 82d28491 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'issue-568' into 'main'

Production Deploy on Tag

Closes #568

See merge request !758
parents 3a062d1d 4c40dcd1
No related branches found
Tags 2.3.1
1 merge request!758Production Deploy on Tag
Pipeline #319400 passed
......@@ -58,10 +58,7 @@ default:
.production-env: &production-env
if: >
$CI_PROJECT_PATH == $UPSTREAM_PATH
&& (
$CI_COMMIT_BRANCH == 'production'
|| ( $CI_COMMIT_TAG && $CI_COMMIT_TAG != '' )
)
&& ( $CI_COMMIT_TAG && $CI_COMMIT_TAG != '' )
variables:
ENVIRONMENT: production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment