Use FORCE_DEPLOY variable

This commit is contained in:
Santiago Lo Coco 2023-11-01 17:42:35 -03:00
parent 8706b9cadf
commit d9a8ed7f99
1 changed files with 2 additions and 0 deletions

View File

@ -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)