Skip to content

VED-358: GitHub actions workflow to deploy to new INT #5

VED-358: GitHub actions workflow to deploy to new INT

VED-358: GitHub actions workflow to deploy to new INT #5

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