Skip to content

chore(main): release 2.252.0 (#7926) #483

chore(main): release 2.252.0 (#7926)

chore(main): release 2.252.0 (#7926) #483

name: API Deploy to Production ECS
on:
push:
tags:
- '*'
paths:
- api/**
- .github/**
- infrastructure/aws/production/**
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
deploy-ecs:
uses: ./.github/workflows/.reusable-deploy-ecs.yml
with:
environment: production
secrets: inherit