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

deploy on tag only

parent 81f69ad6
No related branches found
No related tags found
1 merge request!418deploy on tag only
......@@ -63,10 +63,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