Skip to content

0.0.12

0.0.12 #15

name: Github Release Created
on:
release:
types: ["published"] # Inherits all input defaults
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
deploy-main:
name: Deploy changes to main in nonprod AWS Account
permissions:
id-token: write
contents: read
strategy:
max-parallel: 1
matrix:
component: [acct, app]
uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
with:
releaseVersion: ${{ github.event.release.tag_name }}
targetWorkflow: "dispatch-deploy-static-notify-web-template-management-env.yaml"
targetEnvironment: "main"
targetAccountGroup: "nhs-notify-template-management-nonprod"
targetComponent: ${{ matrix.component }}
terraformAction: "apply"