Skip to content

VED-507: Fix Teardown Pipeline and Unsubscribe MNS notifications #48

VED-507: Fix Teardown Pipeline and Unsubscribe MNS notifications

VED-507: Fix Teardown Pipeline and Unsubscribe MNS notifications #48

name: Deploy Blue Green - INT
on:
pull_request:
types: [closed]
branches: [master]
jobs:
deploy-green:
uses: ./.github/workflows/deploy-template.yml
with:
environment: green
deploy-blue:
needs: deploy-green
uses: ./.github/workflows/deploy-template.yml
with:
environment: blue