Use complex rules
This commit is contained in:
parent
389c146707
commit
1243171b47
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue