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
rules:
- if: $CI_COMMIT_REF_NAME == "master"
when: on_success
- changes:
- auth-domain/**/*
- screen-domain/**/*
- browser-domain/**/*
- flights-domain/**/*
- subscription-domain/**/*
- gateway/**/*
changes:
- auth-domain/**/*
- screen-domain/**/*
- browser-domain/**/*
- flights-domain/**/*
- subscription-domain/**/*
- gateway/**/*
script:
- export $(cat context.env | xargs)