Skip to content

Refactor workflow files to rename the reusable deploy workflow. #16

Refactor workflow files to rename the reusable deploy workflow.

Refactor workflow files to rename the reusable deploy workflow. #16

Workflow file for this run

name: Deploy to QA
on:
push:
branches:
- release/*
tags:
- qa
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
deploy:
name: Deploy to QA
uses: ./.github/workflows/deploy-reusable.yml
with:
aws_role_arn: ${{ vars.AWS_ROLE_ARN_QA }}
env: qa
env_file: ${{ vars.ENV_QA }}
cdk_env_file: ${{ vars.CDK_ENV_QA }}