Skip to content

Fix lint error.

Fix lint error. #85

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