Skip to content

chore(main): release 2.132.0 (#4372) #292

chore(main): release 2.132.0 (#4372)

chore(main): release 2.132.0 (#4372) #292

name: API Deploy to Production ECS
on:
push:
tags:
- '*'
paths:
- api/**
- .github/**
- infrastructure/aws/production/**
jobs:
deploy-ecs:
uses: ./.github/workflows/.reusable-deploy-ecs.yml
with:
environment: production
secrets: inherit