Skip to content

API Deploy to Staging ECS #1269

API Deploy to Staging ECS

API Deploy to Staging ECS #1269

name: API Deploy to Staging ECS
on:
push:
branches:
- main
paths:
- api/**
- .github/**
- infrastructure/aws/staging/**
- fix/ecs-deploy-secrets
workflow_dispatch:
jobs:
deploy-ecs:
uses: ./.github/workflows/.reusable-deploy-ecs.yml
with:
environment: staging
secrets: inherit