Use FORCE_DEPLOY variable
This commit is contained in:
parent
8706b9cadf
commit
d9a8ed7f99
|
@ -521,6 +521,7 @@ deliver-dockerhub:
|
|||
- flights-domain/**/*
|
||||
- subscription-domain/**/*
|
||||
- gateway/**/*
|
||||
- if: $FORCE_DEPLOY == "true"
|
||||
script:
|
||||
- export $(cat context.env | xargs)
|
||||
|
||||
|
@ -590,6 +591,7 @@ deploy-prod:
|
|||
- flights-domain/**/*
|
||||
- subscription-domain/**/*
|
||||
- gateway/**/*
|
||||
- if: $FORCE_DEPLOY == "true"
|
||||
script:
|
||||
- export $(cat context.env | xargs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue