Skip to content

update build date and time format in .env creation step #14

update build date and time format in .env creation step

update build date and time format in .env creation step #14

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/reusable-deploy.yml
with:
aws_role_arn: ${{ vars.AWS_ROLE_ARN_QA }}
env: qa
env_file: ${{ vars.ENV_QA }}
cdk_env_file: ${{ vars.CDK_ENV_QA }}