Skip to content

fix: revert https://github.com/Flagsmith/flagsmith/pull/4817 (#4850) #1476

fix: revert https://github.com/Flagsmith/flagsmith/pull/4817 (#4850)

fix: revert https://github.com/Flagsmith/flagsmith/pull/4817 (#4850) #1476

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