Skip to content

VED-254 OAS Documentation #47

VED-254 OAS Documentation

VED-254 OAS Documentation #47

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