Skip to content

Variables for e2e tests #3

Variables for e2e tests

Variables for e2e tests #3

# .github/workflows/deploy-green-then-blue.yml
name: Deploy Blue Green
on:
push:
branches: [VED-358-github-actions-for-int]
workflow_dispatch:
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