Skip to content

v1.1.0

v1.1.0 #11

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/reusable-deploy.yml
with:
aws_role_arn: ${{ vars.AWS_ROLE_ARN_PROD }}
env: prod
env_file: ${{ vars.ENV_PROD }}
cdk_env_file: ${{ vars.CDK_ENV_PROD }}