Skip to content

AT environments: 8240bfb56d8a2e4d98a31b4e7c58106e3f3d1c38 #136

AT environments: 8240bfb56d8a2e4d98a31b4e7c58106e3f3d1c38

AT environments: 8240bfb56d8a2e4d98a31b4e7c58106e3f3d1c38 #136

Workflow file for this run

name: 'Deploy: AT'
run-name: 'AT environments: ${{ github.sha }}'
on:
push:
branches: [main]
jobs:
containerize:
name: 'Containerize'
uses: './.github/workflows/template-build-and-push-container.yml'
with:
tag: ${{ github.sha }}
deploy-main:
name: 'Environment'
needs: containerize
strategy:
fail-fast: false
matrix:
environment: [AT21, AT22, AT23, AT24]
uses: './.github/workflows/template-deploy-container.yml'
secrets: inherit
with:
environment: ${{ matrix.environment }}
tag: ${{ github.sha }}
playwright-main:
name: 'Playwright'
needs: deploy-main
strategy:
fail-fast: false
matrix:
environment: [AT22, AT23, AT24]
uses: './.github/workflows/template-playwright.yml'
with:
environment: ${{ matrix.environment }}