Skip to content

deps: bump urllib3 from 2.3.0 to 2.5.0 in /api (#5622) #366

deps: bump urllib3 from 2.3.0 to 2.5.0 in /api (#5622)

deps: bump urllib3 from 2.3.0 to 2.5.0 in /api (#5622) #366

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