Skip to content

VED-713: Update permissions for DPS and external suppliers. (#789) #75

VED-713: Update permissions for DPS and external suppliers. (#789)

VED-713: Update permissions for DPS and external suppliers. (#789) #75

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