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