Skip to content

VED-757 Handle empty batch files (#801) #79

VED-757 Handle empty batch files (#801)

VED-757 Handle empty batch files (#801) #79

name: Deploy Blue Green - INT
on:
push:
branches:
- release-2025-09-04
jobs:
deploy-green:
uses: ./.github/workflows/deploy-template.yml
with:
apigee_environment: int
environment: preprod
sub_environment: int-green
deploy-blue:
uses: ./.github/workflows/deploy-template.yml
with:
apigee_environment: int
environment: preprod
sub_environment: int-blue
needs: deploy-green