Skip to content

Update preprod deploy pipeline. #87

Update preprod deploy pipeline.

Update preprod deploy pipeline. #87

name: Deploy Blue Green - INT
on:
push:
branches:
- release-2025-10-15
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