Use complex rules

This commit is contained in:
Santiago Lo Coco 2023-11-01 17:06:50 -03:00
parent 389c146707
commit 1243171b47
1 changed files with 7 additions and 8 deletions

View File

@ -581,14 +581,13 @@ deploy-prod:
- prod - prod
rules: rules:
- if: $CI_COMMIT_REF_NAME == "master" - if: $CI_COMMIT_REF_NAME == "master"
when: on_success changes:
- changes: - auth-domain/**/*
- auth-domain/**/* - screen-domain/**/*
- screen-domain/**/* - browser-domain/**/*
- browser-domain/**/* - flights-domain/**/*
- flights-domain/**/* - subscription-domain/**/*
- subscription-domain/**/* - gateway/**/*
- gateway/**/*
script: script:
- export $(cat context.env | xargs) - export $(cat context.env | xargs)