Skip to content

v1.4.0

v1.4.0 #14

Workflow file for this run

name: Deploy to PROD
on:
release:
types:
- published
push:
tags:
- prod
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
deploy:
name: Deploy to PROD
uses: ./.github/workflows/deploy-reusable.yml
with:
aws_role_arn: ${{ vars.AWS_ROLE_ARN_PROD }}
env: prod
env_file: ${{ vars.ENV_PROD }}
cdk_env_file: ${{ vars.CDK_ENV_PROD }}